Package com.sun.xml.wss.impl.transform
Class Canonicalizer20010315ExclOmitComments
java.lang.Object
com.sun.xml.wss.impl.transform.Canonicalizer20010315ExclOmitComments
Implements " Exclusive XML
Canonicalization, Version 1.0 "
Credits: During restructuring of the Canonicalizer framework, Ren?? Kollmorgen from Software AG submitted an implementation of ExclC14n which fitted into the old architecture and which based heavily on my old (and slow) implementation of "Canonical XML". A big "thank you" to Ren?? for this.
THIS implementation is a complete rewrite of the algorithm.
Credits: During restructuring of the Canonicalizer framework, Ren?? Kollmorgen from Software AG submitted an implementation of ExclC14n which fitted into the old architecture and which based heavily on my old (and slow) implementation of "Canonical XML". A big "thank you" to Ren?? for this.
THIS implementation is a complete rewrite of the algorithm.
- Version:
- $Revision: 1.2 $
- Author:
- Christian Geuer-Pollmann, K.Venugopal@sun.com
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor Canonicalizer20010315ExclOmitComments -
Method Summary
Modifier and TypeMethodDescriptionprotected static NodedeReference(Node node, XMLCryptoContext context) voidengineCanonicalizeXPathNodeSet(Set xpathNodeSet, String inclusiveNamespaces, OutputStream stream, XMLCryptoContext context) Method engineCanonicalizeXPathNodeSetfinal booleanfinal voidset_includeComments(boolean comments) voidsetWriter(OutputStream _writer)
-
Field Details
-
nullNode
-
-
Constructor Details
-
Canonicalizer20010315ExclOmitComments
public Canonicalizer20010315ExclOmitComments()Constructor Canonicalizer20010315ExclOmitComments
-
-
Method Details
-
engineCanonicalizeXPathNodeSet
public void engineCanonicalizeXPathNodeSet(Set xpathNodeSet, String inclusiveNamespaces, OutputStream stream, XMLCryptoContext context) throws org.apache.xml.security.c14n.CanonicalizationException, URIReferenceException Method engineCanonicalizeXPathNodeSet- Parameters:
xpathNodeSet-inclusiveNamespaces-- Throws:
org.apache.xml.security.c14n.CanonicalizationExceptionURIReferenceException
-
is_includeComments
public final boolean is_includeComments()- Returns:
- Returns the _includeComments.
-
set_includeComments
public final void set_includeComments(boolean comments) - Parameters:
comments- The _includeComments to set.
-
setWriter
- Parameters:
_writer- The _writer to set.
-
deReference
- Throws:
URIReferenceException
-