Uses of Class
org.apache.xml.security.c14n.implementations.CanonicalizerBase
-
Packages that use CanonicalizerBase Package Description org.apache.xml.security.c14n.implementations -
-
Uses of CanonicalizerBase in org.apache.xml.security.c14n.implementations
Subclasses of CanonicalizerBase in org.apache.xml.security.c14n.implementations Modifier and Type Class Description class
Canonicalizer11
Implements Canonical XML Version 1.1, a W3C Proposed Recommendation from 29 January 2008.class
Canonicalizer11_OmitComments
class
Canonicalizer11_WithComments
class
Canonicalizer20010315
Implements Canonical XML Version 1.0, a W3C Recommendation from 15 March 2001.class
Canonicalizer20010315Excl
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".class
Canonicalizer20010315ExclOmitComments
class
Canonicalizer20010315ExclWithComments
Class Canonicalizer20010315ExclWithCommentsclass
Canonicalizer20010315OmitComments
class
Canonicalizer20010315WithComments
class
CanonicalizerPhysical
Serializes the physical representation of the subtree.
-