org.openharmonise.commons.xml.parser |
This contains classes that make up an XML fragment parser for parsing XML that may
not start with an element node, i.e. start with a text node, to be appended into
a proper XML Document object.
|
Java Source File Name | Type | Comment |
ParseException.java | Class | This exception is thrown when parse errors are encountered. |
SimpleCharStream.java | Class | An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing). |
Token.java | Class | Describes the input token stream. |
TokenMgrError.java | Class | |
XMLFragmentParser.java | Class | |
XMLFragmentParserConstants.java | Interface | |
XMLFragmentParserTokenManager.java | Class | |