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 XMLSecNamespaceAbstractOutputProcessor. 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 voidAbstractOutputProcessor. 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 XMLSecNamespaceXMLSecEventFactory. createXMLSecNamespace(java.lang.String prefix, java.lang.String uri)XMLSecNamespaceXMLSecAttribute. getAttributeNamespace()XMLSecNamespaceXMLSecStartElement. 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 voidXMLSecStartElement. addNamespace(XMLSecNamespace xmlSecNamespace)Method parameters in org.apache.xml.security.stax.ext.stax with type arguments of type XMLSecNamespace Modifier and Type Method Description voidXMLSecStartElement. 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. namespacesMethods 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 voidXMLSecurityStreamWriter.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 classXMLSecNamespaceImplClass 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 XMLSecNamespaceXMLSecAttributeImpl. attributeNamespaceprivate XMLSecNamespaceXMLSecStartElementImpl. elementNamespaceFields 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. namespacesprivate static java.util.Map<java.lang.String,java.util.Map<java.lang.String,XMLSecNamespace>>XMLSecNamespaceImpl. XMLSEC_NS_MAPMethods in org.apache.xml.security.stax.impl.stax that return XMLSecNamespace Modifier and Type Method Description XMLSecNamespaceXMLSecAttributeImpl. getAttributeNamespace()XMLSecNamespaceXMLSecStartElementImpl. getElementNamespace()static XMLSecNamespaceXMLSecNamespaceImpl. 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 voidXMLSecStartElementImpl. addNamespace(XMLSecNamespace xmlSecNamespace)intXMLSecNamespaceImpl. compareTo(XMLSecNamespace o)Method parameters in org.apache.xml.security.stax.impl.stax with type arguments of type XMLSecNamespace Modifier and Type Method Description voidXMLSecStartElementImpl. 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)
-