public interface HyphenationTreeResolver
This interface is used to resolve relative URIs pointing to hyphenation tree files.
Modifier and Type | Method and Description |
---|---|
javax.xml.transform.Source |
resolve(java.lang.String href)
Called to resolve an URI to a Source instance.
|
javax.xml.transform.Source resolve(java.lang.String href)
href
- An href attribute, which may be relative or absolute.Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.