Class Canonicalizer11_WithComments
java.lang.Object
org.apache.xml.security.c14n.CanonicalizerSpi
org.apache.xml.security.c14n.implementations.CanonicalizerBase
org.apache.xml.security.c14n.implementations.Canonicalizer20010315
org.apache.xml.security.c14n.implementations.Canonicalizer11_WithComments
-
Field Summary
Fields inherited from class org.apache.xml.security.c14n.implementations.CanonicalizerBase
COMPARE, NODE_AFTER_DOCUMENT_ELEMENT, NODE_BEFORE_DOCUMENT_ELEMENT, NODE_NOT_BEFORE_OR_AFTER_DOCUMENT_ELEMENT, XML, XML_LANG_URI, XMLNS, XMLNS_URIFields inherited from class org.apache.xml.security.c14n.CanonicalizerSpi
reset, secureValidation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanReturns true if comments are includedfinal StringReturns the URI of this engine.Methods inherited from class org.apache.xml.security.c14n.implementations.Canonicalizer20010315
circumventBugIfNeeded, engineCanonicalizeSubTree, engineCanonicalizeSubTree, engineCanonicalizeXPathNodeSet, handleParent, outputAttributes, outputAttributesSubtreeMethods inherited from class org.apache.xml.security.c14n.implementations.CanonicalizerBase
canonicalizeSubTree, canonicalizeXPathNodeSet, engineCanonicalize, engineCanonicalizeSubTree, engineCanonicalizeSubTree, engineCanonicalizeXPathNodeSet, getNullNode, getParentNameSpaces, getWriter, isVisible, isVisibleDO, isVisibleInt, outputAttrToWriter, outputCommentToWriter, outputPItoWriter, outputTextToWriter, setWriterMethods inherited from class org.apache.xml.security.c14n.CanonicalizerSpi
engineCanonicalize, engineCanonicalizeXPathNodeSet, engineCanonicalizeXPathNodeSet, isSecureValidation, setSecureValidation
-
Constructor Details
-
Canonicalizer11_WithComments
public Canonicalizer11_WithComments()
-
-
Method Details
-
engineGetURI
Description copied from class:CanonicalizerSpiReturns the URI of this engine.- Specified by:
engineGetURIin classCanonicalizerSpi- Returns:
- the URI
-
engineGetIncludeComments
public final boolean engineGetIncludeComments()Description copied from class:CanonicalizerSpiReturns true if comments are included- Specified by:
engineGetIncludeCommentsin classCanonicalizerSpi- Returns:
- true if comments are included
-