public class FalseFriendRuleLoader
extends DefaultHandler
PatternRules from a false friends XML file.| Constructor and Description |
|---|
FalseFriendRuleLoader() |
| Modifier and Type | Method and Description |
|---|---|
List<PatternRule> |
getRules(InputStream file,
Language textLanguage,
Language motherTongue) |
void |
main(String[] args)
Testing only.
|
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningpublic final List<PatternRule> getRules(InputStream file, Language textLanguage, Language motherTongue) throws ParserConfigurationException, SAXException, IOException
ParserConfigurationExceptionSAXExceptionIOExceptionpublic final void main(String[] args)
throws ParserConfigurationException,
SAXException,
IOException
ParserConfigurationExceptionSAXExceptionIOExceptionCopyright © 2005-2011 Daniel Naber