Uses of Class
org.apache.fop.layout.hyphenation.HyphenationException

Packages that use HyphenationException
org.apache.fop.layout.hyphenation 

Uses of HyphenationException in org.apache.fop.layout.hyphenation
 

Constructors in org.apache.fop.layout.hyphenation that throw HyphenationException
PatternParser.PatternParser()
          
PatternParser.PatternParser(PatternConsumer consumer)
          
 

Methods in org.apache.fop.layout.hyphenation that throw HyphenationException
voidHyphenationTree.loadPatterns(String filename)
          Read hyphenation patterns from an XML file.
(package private) static XMLReaderPatternParser.createParser()
          creates a SAX parser, using the value of org.xml.sax.parser defaulting to org.apache.xerces.parsers.SAXParser
voidPatternParser.parse(String filename)