Package org.nineml.coffeefilter
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.
-
ClassesClassDescriptionA static class for constructing instances of Invisible XML grammars.An InvisibleXmlDocument represents a document created with an
InvisibleXmlParser.A failure document represents the results of a failed parse.A parser for a particular Invisible XML grammar.Options to the Invisible XML processor.