Package | Description |
---|---|
org.docx4j.org.apache.xml.security.c14n | |
org.docx4j.org.apache.xml.security.c14n.implementations |
Modifier and Type | Method and Description |
---|---|
static void |
Canonicalizer.register(String algorithmURI,
Class<? extends CanonicalizerSpi> implementingClass)
Method register
|
Modifier and Type | Class and 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 Canonicalizer20010315ExclWithComments
|
class |
Canonicalizer20010315OmitComments |
class |
Canonicalizer20010315WithComments |
class |
CanonicalizerBase
Abstract base class for canonicalization algorithms.
|
class |
CanonicalizerPhysical
Serializes the physical representation of the subtree.
|
Copyright © 2007-2019. All Rights Reserved.