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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/
H A DCanonicalizer.java312 public byte[] canonicalizeXPathNodeSet(NodeList xpathNodeSet) method in class:Canonicalizer
326 public byte[] canonicalizeXPathNodeSet( method in class:Canonicalizer
340 public byte[] canonicalizeXPathNodeSet(Set<Node> xpathNodeSet) method in class:Canonicalizer
353 public byte[] canonicalizeXPathNodeSet( method in class:Canonicalizer
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DXMLSignatureInputDebugger.java193 this.canonicalizeXPathNodeSet(this._doc);
207 * Method canonicalizeXPathNodeSet
213 private void canonicalizeXPathNodeSet(Node currentNode) method in class:XMLSignatureInputDebugger
233 this.canonicalizeXPathNodeSet(currentChild);
427 this.canonicalizeXPathNodeSet(currentChild);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizerBase.java353 this.canonicalizeXPathNodeSet(doc,doc);
385 final void canonicalizeXPathNodeSet(Node currentNode,Node endnode ) method in class:CanonicalizerBase

Completed in 25 milliseconds