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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DReference.java551 * Method getHTMLRepresentation
555 public String getHTMLRepresentation() throws XMLSignatureException { method in class:Reference
600 return nodes.getHTMLRepresentation(inclusiveNamespaces);
H A DXMLSignatureInputDebugger.java170 * Method getHTMLRepresentation
175 public String getHTMLRepresentation() throws XMLSignatureException { method in class:XMLSignatureInputDebugger
H A DXMLSignatureInput.java432 * Method getHTMLRepresentation
437 public String getHTMLRepresentation() throws XMLSignatureException { method in class:XMLSignatureInput
441 return db.getHTMLRepresentation();
445 * Method getHTMLRepresentation
451 public String getHTMLRepresentation(Set inclusiveNamespaces) method in class:XMLSignatureInput
457 return db.getHTMLRepresentation();

Completed in 42 milliseconds