| java.lang.Object com.sun.xml.wss.impl.dsig.DOMSubTreeData
DOMSubTreeData | public class DOMSubTreeData implements NodeSetData(Code) | | 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.
|
Inner Class :static class DelayedNodeIterator implements Iterator | |
DOMSubTreeData | public DOMSubTreeData(Node root, boolean excludeComments)(Code) | | |
excludeComments | public boolean excludeComments()(Code) | | |
|
|