Class Canonicalizer20010315_Excl
java.lang.Object
org.apache.xml.security.stax.impl.transformer.TransformIdentity
org.apache.xml.security.stax.impl.transformer.canonicalizer.CanonicalizerBase
org.apache.xml.security.stax.impl.transformer.canonicalizer.Canonicalizer20010315_Excl
- All Implemented Interfaces:
Transformer
- Direct Known Subclasses:
Canonicalizer20010315_ExclOmitCommentsTransformer
,Canonicalizer20010315_ExclWithCommentsTransformer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.xml.security.stax.impl.transformer.canonicalizer.CanonicalizerBase
CanonicalizerBase.C14NStack<E>
-
Field Summary
FieldsFields inherited from class org.apache.xml.security.stax.impl.transformer.canonicalizer.CanonicalizerBase
DOUBLEPOINT, firstCall, XML, XMLNS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<XMLSecNamespace>
getCurrentUtilizedNamespaces
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List<XMLSecAttribute>
getInitialUtilizedAttributes
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List<XMLSecNamespace>
getInitialUtilizedNamespaces
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) getPrefixList
(List<String> inclusiveNamespaces) void
setProperties
(Map<String, Object> properties) Methods inherited from class org.apache.xml.security.stax.impl.transformer.canonicalizer.CanonicalizerBase
doFinal, getCurrentUtilizedAttributes, getPreferredTransformMethod, outputAttrToWriter, outputCommentToWriter, outputPItoWriter, outputTextToWriter, outputTextToWriter, setTransformer, transform, transform
Methods inherited from class org.apache.xml.security.stax.impl.transformer.TransformIdentity
getOutputStream, getTransformer, getXmlEventWriterForOutputStream, getXmlInputFactory, getXmlOutputFactory, setOutputStream
-
Field Details
-
INCLUSIVE_NAMESPACES_PREFIX_LIST
- See Also:
-
PROPAGATE_DEFAULT_NAMESPACE
- See Also:
-
inclusiveNamespaces
-
propagateDefaultNamespace
protected boolean propagateDefaultNamespace
-
-
Constructor Details
-
Canonicalizer20010315_Excl
public Canonicalizer20010315_Excl(boolean includeComments)
-
-
Method Details
-
setProperties
- Specified by:
setProperties
in interfaceTransformer
- Overrides:
setProperties
in classCanonicalizerBase
- Throws:
XMLSecurityException
-
getPrefixList
-
getCurrentUtilizedNamespaces
protected List<XMLSecNamespace> getCurrentUtilizedNamespaces(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) - Overrides:
getCurrentUtilizedNamespaces
in classCanonicalizerBase
-
getInitialUtilizedNamespaces
protected List<XMLSecNamespace> getInitialUtilizedNamespaces(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) - Overrides:
getInitialUtilizedNamespaces
in classCanonicalizerBase
-
getInitialUtilizedAttributes
protected List<XMLSecAttribute> getInitialUtilizedAttributes(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) - Overrides:
getInitialUtilizedAttributes
in classCanonicalizerBase
-