public interface

DocumentReader

implements HierarchicalStreamReader
com.thoughtworks.xstream.io.xml.DocumentReader
Known Indirect Subclasses

Class Overview

A generic interface for all HierarchicalStreamReader implementations reading a DOM.

Summary

Public Methods
abstract Object getCurrent()
Retrieve the current processed node of the DOM.
[Expand]
Inherited Methods
From interface com.thoughtworks.xstream.io.HierarchicalStreamReader

Public Methods

public abstract Object getCurrent ()

Retrieve the current processed node of the DOM.

Returns
  • the current node