public abstract class Canonicalizer20010315_Excl extends CanonicalizerBase
CanonicalizerBase.C14NStack<E>
Modifier and Type | Field and Description |
---|---|
static String |
INCLUSIVE_NAMESPACES_PREFIX_LIST |
protected List<String> |
inclusiveNamespaces |
static String |
PROPAGATE_DEFAULT_NAMESPACE |
protected boolean |
propagateDefaultNamespace |
DOUBLEPOINT, firstCall, XML, XMLNS
Constructor and Description |
---|
Canonicalizer20010315_Excl(boolean includeComments) |
Modifier and Type | Method and 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) |
doFinal, getCurrentUtilizedAttributes, getPreferredTransformMethod, outputAttrToWriter, outputCommentToWriter, outputPItoWriter, outputTextToWriter, outputTextToWriter, setTransformer, transform, transform
getOutputStream, getTransformer, getXmlEventWriterForOutputStream, getXmlInputFactory, getXmlOutputFactory, setOutputStream
public static final String INCLUSIVE_NAMESPACES_PREFIX_LIST
public static final String PROPAGATE_DEFAULT_NAMESPACE
protected boolean propagateDefaultNamespace
public Canonicalizer20010315_Excl(boolean includeComments)
public void setProperties(Map<String,Object> properties) throws XMLSecurityException
setProperties
in interface Transformer
setProperties
in class CanonicalizerBase
XMLSecurityException
protected List<XMLSecNamespace> getCurrentUtilizedNamespaces(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack)
getCurrentUtilizedNamespaces
in class CanonicalizerBase
protected List<XMLSecNamespace> getInitialUtilizedNamespaces(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack)
getInitialUtilizedNamespaces
in class CanonicalizerBase
protected List<XMLSecAttribute> getInitialUtilizedAttributes(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack)
getInitialUtilizedAttributes
in class CanonicalizerBase
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.