An Invisible XML Parsing API
An API for parsing Invisible XML grammars and documents.
In brief:
- Construct an
InvisibleXmlParser
using one of the static methods onInvisibleXml
. - 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.
Note
As published, this JavaDoc is designed to help you understand the public APIs. Some parts of the implementation are excluded because they don’t form part of the useful “user” API. If you’re interested in extending the parser, you may wish to look at a more comprehensive description of the API.
Package | Description |
---|---|
org.nineml.coffeefilter |
The main Invisible XML classes.
|
org.nineml.coffeefilter.exceptions |
Ixml exceptions.
|
org.nineml.coffeefilter.trees |
Tree constructors.
|
org.nineml.coffeefilter.util |