Uses of Interface
org.apache.xml.security.stax.ext.stax.XMLSecNamespace
-
-
Uses of XMLSecNamespace in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return XMLSecNamespace Modifier and Type Method Description XMLSecNamespace
AbstractOutputProcessor. createNamespace(java.lang.String prefix, java.lang.String uri)
Method parameters in org.apache.xml.security.stax.ext with type arguments of type XMLSecNamespace Modifier and Type Method Description void
AbstractOutputProcessor. createStartElementAndOutputAsEvent(OutputProcessorChain outputProcessorChain, javax.xml.namespace.QName element, java.util.List<XMLSecNamespace> namespaces, java.util.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 XMLSecNamespace Modifier and Type Method Description static XMLSecNamespace
XMLSecEventFactory. createXMLSecNamespace(java.lang.String prefix, java.lang.String uri)
XMLSecNamespace
XMLSecAttribute. getAttributeNamespace()
XMLSecNamespace
XMLSecStartElement. getElementNamespace()
Methods in org.apache.xml.security.stax.ext.stax that return types with arguments of type XMLSecNamespace Modifier and Type Method Description java.util.List<XMLSecNamespace>
XMLSecStartElement. getOnElementDeclaredNamespaces()
Methods in org.apache.xml.security.stax.ext.stax with parameters of type XMLSecNamespace Modifier and Type Method Description void
XMLSecStartElement. addNamespace(XMLSecNamespace xmlSecNamespace)
Method parameters in org.apache.xml.security.stax.ext.stax with type arguments of type XMLSecNamespace Modifier and Type Method Description void
XMLSecStartElement. getNamespacesFromCurrentScope(java.util.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 XMLSecNamespace Modifier and Type Field Description private java.util.List<XMLSecNamespace>
XMLSecurityStreamWriter.Element. namespaces
Methods in org.apache.xml.security.stax.impl that return types with arguments of type XMLSecNamespace Modifier and Type Method Description private java.util.List<XMLSecNamespace>
XMLSecurityStreamWriter.Element. getNamespaces()
Methods in org.apache.xml.security.stax.impl with parameters of type XMLSecNamespace Modifier and Type Method Description private 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 XMLSecNamespace Modifier and Type Class Description class
XMLSecNamespaceImpl
Class to let XML-Namespaces be comparable how it is requested by C14NFields in org.apache.xml.security.stax.impl.stax declared as XMLSecNamespace Modifier and Type Field Description private XMLSecNamespace
XMLSecAttributeImpl. attributeNamespace
private XMLSecNamespace
XMLSecStartElementImpl. elementNamespace
Fields in org.apache.xml.security.stax.impl.stax with type parameters of type XMLSecNamespace Modifier and Type Field Description private java.util.List<XMLSecNamespace>
XMLSecStartElementImpl. namespaces
private static java.util.Map<java.lang.String,java.util.Map<java.lang.String,XMLSecNamespace>>
XMLSecNamespaceImpl. XMLSEC_NS_MAP
Methods in org.apache.xml.security.stax.impl.stax that return XMLSecNamespace Modifier and Type Method Description XMLSecNamespace
XMLSecAttributeImpl. getAttributeNamespace()
XMLSecNamespace
XMLSecStartElementImpl. getElementNamespace()
static XMLSecNamespace
XMLSecNamespaceImpl. getInstance(java.lang.String prefix, java.lang.String uri)
Methods in org.apache.xml.security.stax.impl.stax that return types with arguments of type XMLSecNamespace Modifier and Type Method Description java.util.List<XMLSecNamespace>
XMLSecStartElementImpl. getOnElementDeclaredNamespaces()
Methods in org.apache.xml.security.stax.impl.stax with parameters of type XMLSecNamespace Modifier and Type Method Description void
XMLSecStartElementImpl. addNamespace(XMLSecNamespace xmlSecNamespace)
int
XMLSecNamespaceImpl. compareTo(XMLSecNamespace o)
Method parameters in org.apache.xml.security.stax.impl.stax with type arguments of type XMLSecNamespace Modifier and Type Method Description void
XMLSecStartElementImpl. getNamespacesFromCurrentScope(java.util.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 XMLSecNamespace Modifier and Type Method Description protected java.util.List<XMLSecNamespace>
Canonicalizer20010315_Excl. getCurrentUtilizedNamespaces(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack)
protected java.util.List<XMLSecNamespace>
CanonicalizerBase. getCurrentUtilizedNamespaces(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack)
protected java.util.List<XMLSecNamespace>
Canonicalizer20010315_Excl. getInitialUtilizedNamespaces(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack)
protected java.util.List<XMLSecNamespace>
CanonicalizerBase. getInitialUtilizedNamespaces(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack)
-