Searched defs:_xpathNodeSet (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DXMLSignatureInputDebugger.java50 private Set _xpathNodeSet; field in class:XMLSignatureInputDebugger
149 this._xpathNodeSet = null;
151 this._xpathNodeSet = xmlSignatureInput._inputNodeSet;
177 if ((this._xpathNodeSet == null) || (this._xpathNodeSet.size() == 0)) {
185 Node n = (Node) this._xpathNodeSet.iterator().next();
200 this._xpathNodeSet = null;
240 if (this._xpathNodeSet.contains(currentNode)) {
258 if (this._xpathNodeSet.contains(currentNode)) {
266 if (this._xpathNodeSet
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizerBase.java100 Set _xpathNodeSet = null; field in class:CanonicalizerBase
135 this._xpathNodeSet = xpathNodeSet;
136 return engineCanonicalizeXPathNodeSetInternal(XMLUtils.getOwnerDocument(this._xpathNodeSet));
378 * _xpathNodeSet field.
532 if ((this._xpathNodeSet!=null) && !this._xpathNodeSet.contains(currentNode))
545 if ((this._xpathNodeSet!=null) && !this._xpathNodeSet.contains(currentNode))
558 if ((this._xpathNodeSet!=null) && !this._xpathNodeSet
[all...]

Completed in 23 milliseconds