Interface XStreamHierarchicalStreamReader
@ProviderType
public interface XStreamHierarchicalStreamReader
- Author:
- Daniel Kocsis
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
getAttribute
(int index) getAttribute
(String name) int
getAttributeName
(int index) getValue()
boolean
void
moveDown()
void
moveUp()
-
Method Details
-
close
void close() -
getAttribute
-
getAttribute
-
getAttributeCount
int getAttributeCount() -
getAttributeName
-
getAttributeNames
-
getNodeName
String getNodeName() -
getValue
String getValue() -
hasMoreChildren
boolean hasMoreChildren() -
moveDown
void moveDown() -
moveUp
void moveUp() -
underlyingReader
XStreamHierarchicalStreamReader underlyingReader()
-