Package | Description |
---|---|
org.apache.fop.hyphenation |
Hyphenation support.
|
Modifier and Type | Method and Description |
---|---|
void |
HyphenationTree.loadPatterns(org.xml.sax.InputSource source)
Read hyphenation patterns from an XML file.
|
void |
HyphenationTree.loadPatterns(java.lang.String filename)
Read hyphenation patterns from an XML file.
|
void |
PatternParser.parse(java.io.File file)
Parses a hyphenation pattern file.
|
void |
PatternParser.parse(org.xml.sax.InputSource source)
Parses a hyphenation pattern file.
|
void |
PatternParser.parse(java.lang.String filename)
Parses a hyphenation pattern file.
|
Constructor and Description |
---|
PatternParser() |
PatternParser(PatternConsumer consumer) |
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.