public interface IStaxReaderWrapper
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the reader.
|
Map<String,String> |
getAttributes()
Returns the attributes.
|
XmlTag |
getClosedTag()
Get the XML tag struct of the last closed tag.
|
int |
getEventType()
Gets the XML event type.
|
String |
getText()
Get the text for the element.
|
XmlTag |
getXmlTag()
Get the XML tag struct.
|
LinkedList<XmlTag> |
getXmlTagStack()
Get the XML tag stack.
|
boolean |
hasNext()
Returns if the reader has more events.
|
void |
next()
Selects the next event.
|
int getEventType()
boolean hasNext()
void next()
XmlTag getXmlTag()
XmlTag getClosedTag()
LinkedList<XmlTag> getXmlTagStack()
String getText()
void close()
Copyright © 2015. All Rights Reserved.