Class DOMSubTreeData
- java.lang.Object
-
- org.apache.jcp.xml.dsig.internal.dom.DOMSubTreeData
-
- All Implemented Interfaces:
Iterable
,Data
,NodeSetData
public class DOMSubTreeData extends Object implements NodeSetData
This is a subtype of NodeSetData that represents a dereferenced same-document URI as the root of a subdocument. The main reason is for efficiency and performance, as some transforms can operate directly on the subdocument and there is no need to convert it first to an XPath node-set.
-
-
Constructor Summary
Constructors Constructor Description DOMSubTreeData(Node root, boolean excludeComments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
excludeComments()
Node
getRoot()
Iterator<Node>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
DOMSubTreeData
public DOMSubTreeData(Node root, boolean excludeComments)
-
-