public interface XStreamHierarchicalStreamReader
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getAttribute(int index) |
String |
getAttribute(String name) |
int |
getAttributeCount() |
String |
getAttributeName(int index) |
Iterator<String> |
getAttributeNames() |
String |
getNodeName() |
String |
getValue() |
boolean |
hasMoreChildren() |
void |
moveDown() |
void |
moveUp() |
XStreamHierarchicalStreamReader |
underlyingReader() |
void close()
String getAttribute(int index)
String getAttribute(String name)
int getAttributeCount()
String getAttributeName(int index)
Iterator<String> getAttributeNames()
String getNodeName()
String getValue()
boolean hasMoreChildren()
void moveDown()
void moveUp()
XStreamHierarchicalStreamReader underlyingReader()