public class XMLParser extends XMLReader
| Constructor and Description |
|---|
XMLParser()
Creates a new instance of XMLParser
|
XMLParser(byte[] buffer)
Creates a new instance of XMLParser
|
XMLParser(byte[] 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, getAttributeValueAsByte, getAttributeValueAsByte, getContent, getContent, getContentAsString, getContentAsString, getCurPos, getElement, getElement, getElementAttribute, getElementAttributeAsByte, getErrorMessage, getInnerElement, getInnerElement, getIntAttributeValue, getIntElementAttribute, getNextAttributeValue, getNode, getNodeAsString, getNodeEnd, getNodeStart, isWhiteSpace, isXMLNameChar, main, read, replaceAmps, replaceCDATA, reset, setCurPos, skipNonWhiteSpace, skipNonXMLName, skipWhiteSpace, skipXMLNamepublic XMLParser()
public XMLParser(byte[] buffer,
boolean debug)
public XMLParser(byte[] 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()