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
- Version:
- $Revision: 1747576 $ $Date: 2016-06-09 20:38:27 +0200 (Thu, 09 Jun 2016) $
- Author:
- $Author: giger $
-
-
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 StringINCLUSIVE_NAMESPACES_PREFIX_LISTprotected List<String>inclusiveNamespacesstatic StringPROPAGATE_DEFAULT_NAMESPACEprotected booleanpropagateDefaultNamespace-
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)voidsetProperties(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:
setPropertiesin interfaceTransformer- Overrides:
setPropertiesin classCanonicalizerBase- Throws:
XMLSecurityException
-
getCurrentUtilizedNamespaces
protected List<XMLSecNamespace> getCurrentUtilizedNamespaces(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack)
- Overrides:
getCurrentUtilizedNamespacesin classCanonicalizerBase
-
getInitialUtilizedNamespaces
protected List<XMLSecNamespace> getInitialUtilizedNamespaces(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack)
- Overrides:
getInitialUtilizedNamespacesin classCanonicalizerBase
-
getInitialUtilizedAttributes
protected List<XMLSecAttribute> getInitialUtilizedAttributes(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack)
- Overrides:
getInitialUtilizedAttributesin classCanonicalizerBase
-
-