Method Summary |
|
public String | buildPositionString() Build current parse input position description. |
public int | getAttributeCount() Get the number of attributes of the current start tag. |
public String | getAttributeName(int index) Get an attribute name from the current start tag. |
public String | getAttributeNamespace(int index) Get an attribute namespace from the current start tag. |
public String | getAttributePrefix(int index) Get an attribute prefix from the current start tag. |
public String | getAttributeValue(int index) Get an attribute value from the current start tag. |
public String | getAttributeValue(String ns, String name) Get an attribute value from the current start tag. |
public int | getColumnNumber() Get current source column number. |
public String | getDocumentName() Get document name. |
public int | getEventType() Gets the current parse event type, without changing the current parse
state. |
public String | getInputEncoding() Return the input encoding, if known. |
public int | getLineNumber() Get current source line number. |
public String | getName() Get element name from the current start or end tag. |
public String | getNamespace() Get element namespace from the current start or end tag. |
public String | getNamespace(String prefix) Get namespace URI associated with prefix. |
public int | getNamespaceCount(int depth) Get number of namespace declarations active at depth. |
public String | getNamespacePrefix(int index) Get namespace prefix. |
public String | getNamespaceUri(int index) Get namespace URI. |
public int | getNestingDepth() Get current element nesting depth. |
public String | getPrefix() Get element prefix from the current start or end tag. |
public String | getText() Get current text. |
public boolean | isNamespaceAware() Return namespace processing flag. |
public int | next() Advance to next binding component of input document. |
public int | nextToken() Advance to next parse event of input document. |