Package org.nineml.coffeefilter
The main Invisible XML classes.
In brief:
- Construct an
InvisibleXmlParserusing one of the static methods inInvisibleXml. - Use the parser to parse an input file, returning an
InvisibleXmlDocument. - Get details about the parse, including representations of one or more parses from the document.
-
Class Summary Class Description InvisibleXml A static class for constructing instances of Invisible XML grammars.InvisibleXmlDocument An InvisibleXmlDocument represents a document created with anInvisibleXmlParser.InvisibleXmlFailureDocument A failure document represents the results of a failed parse.InvisibleXmlParser A parser for a particular Invisible XML grammar.ParserOptions Options to the Invisible XML processor.