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
public abstract class Canonicalizer20010315_Excl extends CanonicalizerBase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.xml.security.stax.impl.transformer.canonicalizer.CanonicalizerBase
CanonicalizerBase.C14NStack<E>
-
-
Field Summary
Fields Modifier and Type Field Description static String
INCLUSIVE_NAMESPACES_PREFIX_LIST
protected List<String>
inclusiveNamespaces
static String
PROPAGATE_DEFAULT_NAMESPACE
protected boolean
propagateDefaultNamespace
-
Fields inherited from class org.apache.xml.security.stax.impl.transformer.canonicalizer.CanonicalizerBase
DOUBLEPOINT, firstCall, XML, XMLNS
-
-
Constructor Summary
Constructors Constructor Description Canonicalizer20010315_Excl(boolean includeComments)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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)
protected static List<String>
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 Detail
-
INCLUSIVE_NAMESPACES_PREFIX_LIST
public static final String INCLUSIVE_NAMESPACES_PREFIX_LIST
- See Also:
- Constant Field Values
-
PROPAGATE_DEFAULT_NAMESPACE
public static final String PROPAGATE_DEFAULT_NAMESPACE
- See Also:
- Constant Field Values
-
propagateDefaultNamespace
protected boolean propagateDefaultNamespace
-
-
Method Detail
-
setProperties
public void setProperties(Map<String,Object> properties) throws XMLSecurityException
- Specified by:
setProperties
in interfaceTransformer
- Overrides:
setProperties
in classCanonicalizerBase
- Throws:
XMLSecurityException
-
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
-
-