Package com.thoughtworks.xstream.io.xml
Interface DocumentReader
-
- All Superinterfaces:
ErrorReporter
,HierarchicalStreamReader
- All Known Implementing Classes:
AbstractDocumentReader
,DomReader
,XppDomReader
public interface DocumentReader extends HierarchicalStreamReader
A generic interface for allHierarchicalStreamReader
implementations reading a DOM.- Since:
- 1.2.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getCurrent()
Retrieve the current processed node of the DOM.-
Methods inherited from interface com.thoughtworks.xstream.io.HierarchicalStreamReader
appendErrors, close, getAttribute, getAttribute, getAttributeCount, getAttributeName, getAttributeNames, getNodeName, getValue, hasMoreChildren, moveDown, moveUp, underlyingReader
-
-