Interface DocumentReader
- All Superinterfaces:
ErrorReporter, HierarchicalStreamReader
- All Known Implementing Classes:
AbstractDocumentReader, Dom4JReader, DomReader, JDom2Reader, JDomReader, XppDomReader
A generic interface for all
HierarchicalStreamReader implementations reading a DOM.- Since:
- 1.2.1
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the current processed node of the DOM.Methods inherited from interface HierarchicalStreamReader
appendErrors, close, getAttribute, getAttribute, getAttributeCount, getAttributeName, getAttributeNames, getNodeName, getValue, hasMoreChildren, moveDown, moveUp, underlyingReader
-
Method Details
-
getCurrent
Object getCurrent()Retrieve the current processed node of the DOM.- Returns:
- the current node
- Since:
- 1.2.1
-