public interface IXMLReader
| Modifier and Type | Method and Description | 
|---|---|
| void | close()Closes the reader. | 
| int | getAttributeCount() | 
| java.lang.String | getAttributeLocalName(int i) | 
| java.lang.String | getAttributeNamespace(int i) | 
| java.lang.String | getAttributePrefix(int i) | 
| java.util.Map<java.lang.String,java.lang.String> | getAttributes()Returns the attributes. | 
| java.lang.String | getAttributeValue(int i) | 
| XmlTag | getClosedTag()Get the XML tag struct of the last closed tag. | 
| int | getEventType()Gets the XML event type. | 
| java.lang.String | getLocalName() | 
| ILocation | getLocation()Returns the current parser location. | 
| QName | getName() | 
| java.lang.String | getText()Get the text for the element. | 
| XmlTag | getXmlTag()Get the XML tag struct. | 
| java.util.LinkedList<XmlTag> | getXmlTagStack()Get the XML tag stack. | 
| boolean | hasNext()Returns if the reader has more events. | 
| int | next()Selects the next event. | 
int getEventType()
boolean hasNext()
int next()
XmlTag getXmlTag()
XmlTag getClosedTag()
java.util.LinkedList<XmlTag> getXmlTagStack()
java.util.Map<java.lang.String,java.lang.String> getAttributes()
java.lang.String getText()
void close()
ILocation getLocation()
java.lang.String getLocalName()
int getAttributeCount()
java.lang.String getAttributeLocalName(int i)
java.lang.String getAttributeValue(int i)
QName getName()
java.lang.String getAttributePrefix(int i)
java.lang.String getAttributeNamespace(int i)