org.apache.fop.hyphenation
Interface HyphenationTreeResolver
public interface HyphenationTreeResolver
This interface is used to resolve relative URIs pointing to hyphenation tree files.
Source | resolve(String href) - Called to resolve an URI to a Source instance.
|
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.
href
- An href attribute, which may be relative or absolute.
- A Source object, or null if the href could not resolved.
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.