Interface | Description |
---|---|
Token |
A
Token identifies an offset range
within the document. |
Class | Description |
---|---|
AttributeTokenizer |
Tokenizes a portion of the document for attributes.
|
Node |
This class represents a node within a parsed document.
|
NodeTokenizer |
Splits a document into tokens using the following delimiters "<>".
|
Parser |
Parses the document into a tree of nodes using the
NodeTokenizer . |
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.