Transformer
Canonicalizer20010315_ExclOmitCommentsTransformer
, Canonicalizer20010315_ExclWithCommentsTransformer
public abstract class Canonicalizer20010315_Excl extends CanonicalizerBase
CanonicalizerBase.C14NStack<E>
Modifier and Type | Field | Description |
---|---|---|
static String |
INCLUSIVE_NAMESPACES_PREFIX_LIST |
|
protected List<String> |
inclusiveNamespaces |
|
static String |
PROPAGATE_DEFAULT_NAMESPACE |
|
protected boolean |
propagateDefaultNamespace |
DOUBLEPOINT, firstCall, XML, XMLNS
Constructor | Description |
---|---|
Canonicalizer20010315_Excl(boolean includeComments) |
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) |
doFinal, getCurrentUtilizedAttributes, getPreferredTransformMethod, outputAttrToWriter, outputCommentToWriter, outputPItoWriter, outputTextToWriter, outputTextToWriter, setTransformer, transform, transform
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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–2018 The Apache Software Foundation. All rights reserved.