public class XMLParserChar extends XMLReaderChar
buffer, bufferSize, debug, ReadAll| Constructor and Description |
|---|
XMLParserChar()
Creates a new instance of XMLParser
|
XMLParserChar(char[] buffer)
Creates a new instance of XMLParser
|
XMLParserChar(char[] buffer,
boolean debug)
Creates a new instance of XMLParser
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeList() |
java.lang.String |
getAttributeNameAsString() |
java.util.Vector<XMLAttribute> |
getAttributes() |
protected java.lang.String |
getNameOfAttribute()
This assumes that the next text will be either the element name (preceded
by <) or the next attribute name.
|
protected java.lang.String |
getNameOfNextAttribute()
This assumes that the next text will be either the element name (preceded
by <) or the next attribute name.
|
protected java.lang.String |
getNameOfNode() |
XMLAttribute |
getNextAttribute() |
java.lang.String |
getNextNodeNameAsString() |
java.lang.String |
getNodeNameAsString() |
clearErrorMessage, countNodes, equals, equals, findEndElement, findStartElement, getAttributeValue, getAttributeValue, getAttributeValueAsChar, getAttributeValueAsChar, getContent, getContent, getContentAsString, getContentAsString, getCurPos, getElement, getElement, getElementAttribute, getElementAttributeAsChar, getElementNameLen, getErrorMessage, getInnerContent, getInnerElement, getInnerElement, getIntAttributeValue, getIntElementAttribute, getNextAttributeValue, getNextNodeWithNS, getNextNodeWithNS, getNextNodeWithNSAsString, getNextNodeWithNSAsString, getNode, getNodeAsString, getNodeEnd, getNodeStart, getNSEnd, getNSStart, getNSStart, isWhiteSpace, isXMLNameChar, main, nsEquals, read, replaceAmps, replaceCDATA, reset, setCurPos, skipNonWhiteSpace, skipNonXMLName, skipWhiteSpace, skipXMLName, toStringpublic XMLParserChar()
public XMLParserChar(char[] buffer,
boolean debug)
public XMLParserChar(char[] buffer)
public java.lang.String getNextNodeNameAsString()
public java.lang.String getNodeNameAsString()
protected java.lang.String getNameOfNode()
public java.lang.String getAttributeNameAsString()
protected java.lang.String getNameOfAttribute()
public XMLAttribute getNextAttribute()
protected java.lang.String getNameOfNextAttribute()
public java.lang.String getAttributeList()
public java.util.Vector<XMLAttribute> getAttributes()