org.jcp.xml.dsig.internal.dom
Class DOMSubTreeData
- java.lang.Object
-
- org.jcp.xml.dsig.internal.dom.DOMSubTreeData
-
- All Implemented Interfaces:
- javax.xml.crypto.Data, javax.xml.crypto.NodeSetData
public class DOMSubTreeData extends java.lang.Object implements javax.xml.crypto.NodeSetDataThis 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 and Description DOMSubTreeData(org.w3c.dom.Node root, boolean excludeComments)
-
Method Summary
Methods Modifier and Type Method and Description booleanexcludeComments()org.w3c.dom.NodegetRoot()java.util.Iteratoriterator()
-