Package com.thoughtworks.xstream.io.xml
Interface DocumentReader
-
- All Superinterfaces:
ErrorReporter,HierarchicalStreamReader
- All Known Implementing Classes:
AbstractDocumentReader,Dom4JReader,DomReader,JDom2Reader,JDomReader,XomReader,XppDomReader
public interface DocumentReader extends HierarchicalStreamReader
A generic interface for allHierarchicalStreamReaderimplementations reading a DOM.- Since:
- 1.2.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetCurrent()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
-
-