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 TypeMethodDescriptionvoidAbstractOutputProcessor.createStartElementAndOutputAsEvent(OutputProcessorChain outputProcessorChain, QName element, List<XMLSecNamespace> namespaces, List<XMLSecAttribute> attributes) -
Uses of XMLSecNamespace in org.apache.xml.security.stax.ext.stax
Subinterfaces with type arguments of type XMLSecNamespace in org.apache.xml.security.stax.ext.staxMethods in org.apache.xml.security.stax.ext.stax that return XMLSecNamespaceModifier and TypeMethodDescriptionstatic XMLSecNamespaceXMLSecEventFactory.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 TypeMethodDescriptionvoidXMLSecStartElement.addNamespace(XMLSecNamespace xmlSecNamespace) Method parameters in org.apache.xml.security.stax.ext.stax with type arguments of type XMLSecNamespaceModifier and TypeMethodDescriptionvoidXMLSecStartElement.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.namespacesMethods 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 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 XMLSecNamespaceModifier and TypeClassDescriptionclassClass 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 XMLSecNamespaceXMLSecAttributeImpl.attributeNamespaceprivate XMLSecNamespaceXMLSecStartElementImpl.elementNamespaceFields in org.apache.xml.security.stax.impl.stax with type parameters of type XMLSecNamespaceModifier and TypeFieldDescriptionprivate List<XMLSecNamespace> XMLSecStartElementImpl.namespacesprivate static final Map<String, Map<String, XMLSecNamespace>> XMLSecNamespaceImpl.XMLSEC_NS_MAPMethods in org.apache.xml.security.stax.impl.stax that return XMLSecNamespaceModifier and TypeMethodDescriptionXMLSecAttributeImpl.getAttributeNamespace()XMLSecStartElementImpl.getElementNamespace()static XMLSecNamespaceXMLSecNamespaceImpl.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 TypeMethodDescriptionvoidXMLSecStartElementImpl.addNamespace(XMLSecNamespace xmlSecNamespace) intXMLSecNamespaceImpl.compareTo(XMLSecNamespace o) Method parameters in org.apache.xml.security.stax.impl.stax with type arguments of type XMLSecNamespaceModifier and TypeMethodDescriptionvoidXMLSecStartElementImpl.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)