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
Methods 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.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 C14NMethods 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)