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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DXMLSignatureInput.java78 Set _inputNodeSet = null; field in class:XMLSignatureInput
206 this._inputNodeSet = inputNodeSet;
238 if (this._inputNodeSet!=null) {
239 return this._inputNodeSet;
246 this._inputNodeSet = new LinkedHashSet();
247 XMLUtils.getSet(_subNode,this._inputNodeSet, excludeNode, this.excludeComments);
249 return this._inputNodeSet;
254 //this._inputNodeSet=result;
318 && (this._inputNodeSet != null) ) || isNodeSet);
328 && (this._inputNodeSet
[all...]

Completed in 30 milliseconds