public class DisambiguationRuleLoader extends DefaultHandler
DisambiguationPatternRules from a disambiguation rules XML
file.| Constructor and Description |
|---|
DisambiguationRuleLoader() |
| Modifier and Type | Method and Description |
|---|---|
List<DisambiguationPatternRule> |
getRules(InputStream stream,
Language language,
String xmlPath) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningpublic final List<DisambiguationPatternRule> getRules(InputStream stream, Language language, String xmlPath) throws ParserConfigurationException, SAXException, IOException