Package | Description |
---|---|
org.apache.fop.hyphenation |
Hyphenation support.
|
Modifier and Type | Method and Description |
---|---|
void |
HyphenationTree.loadPatterns(InputSource source)
Read hyphenation patterns from an XML file.
|
void |
HyphenationTree.loadPatterns(String filename)
Read hyphenation patterns from an XML file.
|
void |
PatternParser.parse(File file)
Parses a hyphenation pattern file.
|
void |
PatternParser.parse(InputSource source)
Parses a hyphenation pattern file.
|
void |
PatternParser.parse(String filename)
Parses a hyphenation pattern file.
|
Constructor and Description |
---|
PatternParser()
Construct a pattern parser.
|
PatternParser(PatternConsumer consumer)
Construct a pattern parser.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.