org.apache.fop.hyphenation

Interface HyphenationTreeResolver

public interface HyphenationTreeResolver

This interface is used to resolve relative URIs pointing to hyphenation tree files.

Method Summary

Source
resolve(String href)
Called to resolve an URI to a Source instance.

Method Details

resolve

public Source resolve(String href)
Called to resolve an URI to a Source instance. The base URI needed by the URIResolver's resolve() method is defined to be implicitely available in this case. If the URI cannot be resolved, null is returned.
Parameters:
href - An href attribute, which may be relative or absolute.
Returns:
A Source object, or null if the href could not resolved.

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.