org.apache.fop.hyphenation
Interface HyphenationTreeResolver
- public interface HyphenationTreeResolver
This interface is used to resolve relative URIs pointing to hyphenation tree files.
Method Summary |
javax.xml.transform.Source |
resolve(java.lang.String href)
Called to resolve an URI to a Source instance. |
resolve
public javax.xml.transform.Source resolve(java.lang.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-2006 The Apache Software Foundation. All Rights Reserved.