API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMSubTreeData View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      DOMSubTreeData
Implements
 NodeSetData
Subclasses
Description
public class DOMSubTreeData
  This is a subtype of NodeSetData that represents a dereferenced same-document URI as the root of a subdocument.
See also:   
Constructors
public DOMSubTreeData (Node root, boolean excludeComments)
Methods
Hide/Show inherited methods
public boolean excludeComments ()
public Node getRoot ()
public Iterator iterator () [Specified in NodeSetData]
Fields
Hide/Show inherited fields
Nested Classes
  DOMSubTreeData.DelayedNodeIterator
This is an Iterator that contains a backing node-set that is not populated until the caller first attempts to advance the iterator.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar