Uses of Interface
org.apache.xml.security.stax.ext.stax.XMLSecNamespace
Packages that use XMLSecNamespace
Package
Description
-
Uses of XMLSecNamespace in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return XMLSecNamespaceModifier and TypeMethodDescriptionAbstractOutputProcessor.createNamespace
(String prefix, String uri) Method parameters in org.apache.xml.security.stax.ext with type arguments of type XMLSecNamespaceModifier and TypeMethodDescriptionvoid
AbstractOutputProcessor.createStartElementAndOutputAsEvent
(OutputProcessorChain outputProcessorChain, QName element, List<XMLSecNamespace> namespaces, List<XMLSecAttribute> attributes) -
Uses of XMLSecNamespace in org.apache.xml.security.stax.ext.stax
Methods in org.apache.xml.security.stax.ext.stax that return XMLSecNamespaceModifier and TypeMethodDescriptionstatic XMLSecNamespace
XMLSecEventFactory.createXMLSecNamespace
(String prefix, String uri) XMLSecAttribute.getAttributeNamespace()
XMLSecStartElement.getElementNamespace()
Methods in org.apache.xml.security.stax.ext.stax that return types with arguments of type XMLSecNamespaceMethods in org.apache.xml.security.stax.ext.stax with parameters of type XMLSecNamespaceModifier and TypeMethodDescriptionvoid
XMLSecStartElement.addNamespace
(XMLSecNamespace xmlSecNamespace) Method parameters in org.apache.xml.security.stax.ext.stax with type arguments of type XMLSecNamespaceModifier and TypeMethodDescriptionvoid
XMLSecStartElement.getNamespacesFromCurrentScope
(List<XMLSecNamespace> comparableNamespaceList) -
Uses of XMLSecNamespace in org.apache.xml.security.stax.impl
Fields in org.apache.xml.security.stax.impl with type parameters of type XMLSecNamespaceModifier and TypeFieldDescriptionprivate List
<XMLSecNamespace> XMLSecurityStreamWriter.Element.namespaces
Methods in org.apache.xml.security.stax.impl that return types with arguments of type XMLSecNamespaceModifier and TypeMethodDescriptionprivate List
<XMLSecNamespace> XMLSecurityStreamWriter.Element.getNamespaces()
Methods in org.apache.xml.security.stax.impl with parameters of type XMLSecNamespaceModifier and TypeMethodDescriptionprivate void
XMLSecurityStreamWriter.Element.addNamespace
(XMLSecNamespace namespace) -
Uses of XMLSecNamespace in org.apache.xml.security.stax.impl.stax
Classes in org.apache.xml.security.stax.impl.stax that implement XMLSecNamespaceModifier and TypeClassDescriptionclass
Class to let XML-Namespaces be comparable how it is requested by C14NFields in org.apache.xml.security.stax.impl.stax declared as XMLSecNamespaceModifier and TypeFieldDescriptionprivate XMLSecNamespace
XMLSecAttributeImpl.attributeNamespace
private XMLSecNamespace
XMLSecStartElementImpl.elementNamespace
Fields in org.apache.xml.security.stax.impl.stax with type parameters of type XMLSecNamespaceModifier and TypeFieldDescriptionprivate List
<XMLSecNamespace> XMLSecStartElementImpl.namespaces
private static final Map
<String, Map<String, XMLSecNamespace>> XMLSecNamespaceImpl.XMLSEC_NS_MAP
Methods in org.apache.xml.security.stax.impl.stax that return XMLSecNamespaceModifier and TypeMethodDescriptionXMLSecAttributeImpl.getAttributeNamespace()
XMLSecStartElementImpl.getElementNamespace()
static XMLSecNamespace
XMLSecNamespaceImpl.getInstance
(String prefix, String uri) Methods in org.apache.xml.security.stax.impl.stax that return types with arguments of type XMLSecNamespaceMethods in org.apache.xml.security.stax.impl.stax with parameters of type XMLSecNamespaceModifier and TypeMethodDescriptionvoid
XMLSecStartElementImpl.addNamespace
(XMLSecNamespace xmlSecNamespace) int
XMLSecNamespaceImpl.compareTo
(XMLSecNamespace o) Method parameters in org.apache.xml.security.stax.impl.stax with type arguments of type XMLSecNamespaceModifier and TypeMethodDescriptionvoid
XMLSecStartElementImpl.getNamespacesFromCurrentScope
(List<XMLSecNamespace> comparableNamespaceList) -
Uses of XMLSecNamespace in org.apache.xml.security.stax.impl.transformer.canonicalizer
Methods in org.apache.xml.security.stax.impl.transformer.canonicalizer that return types with arguments of type XMLSecNamespaceModifier and TypeMethodDescriptionprotected List
<XMLSecNamespace> Canonicalizer20010315_Excl.getCurrentUtilizedNamespaces
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List
<XMLSecNamespace> CanonicalizerBase.getCurrentUtilizedNamespaces
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List
<XMLSecNamespace> Canonicalizer20010315_Excl.getInitialUtilizedNamespaces
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List
<XMLSecNamespace> CanonicalizerBase.getInitialUtilizedNamespaces
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack)