Interface Summary | |
---|---|
GrammarWriter | Converter from AGM to the XML representation. |
Class Summary | |
---|---|
ContentHandlerAdaptor | Adapt SAX2 ContentHandler as a SAX1 DocumentHandler. |
SAXRuntimeException | This class is used to wrap SAXException by RuntimeException. we can't throw Exception from visitor, so it has to be wrapped by RuntimeException. |
XMLWriter | Helper class that wraps {@link DocumentHandler} and provides utility methods. |