Uses of Interface
org.apache.xml.security.stax.ext.stax.XMLSecAttribute
Packages that use XMLSecAttribute
Package
Description
-
Uses of XMLSecAttribute in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return XMLSecAttributeModifier and TypeMethodDescriptionAbstractOutputProcessor.createAttribute
(QName attribute, String attributeValue) Method parameters in org.apache.xml.security.stax.ext with type arguments of type XMLSecAttributeModifier and TypeMethodDescriptionAbstractOutputProcessor.addAttributes
(XMLSecStartElement xmlSecStartElement, List<XMLSecAttribute> attributeList) AbstractOutputProcessor.createStartElementAndOutputAsEvent
(OutputProcessorChain outputProcessorChain, QName element, boolean outputLocalNs, List<XMLSecAttribute> attributes) -
Uses of XMLSecAttribute in org.apache.xml.security.stax.ext.stax
Methods in org.apache.xml.security.stax.ext.stax that return XMLSecAttributeModifier and TypeMethodDescriptionstatic XMLSecAttribute
XMLSecEventFactory.createXMLSecAttribute
(QName name, String value) Methods in org.apache.xml.security.stax.ext.stax that return types with arguments of type XMLSecAttributeMethods in org.apache.xml.security.stax.ext.stax with parameters of type XMLSecAttributeModifier and TypeMethodDescriptionvoid
XMLSecStartElement.addAttribute
(XMLSecAttribute xmlSecAttribute) Method parameters in org.apache.xml.security.stax.ext.stax with type arguments of type XMLSecAttributeModifier and TypeMethodDescriptionstatic XMLSecStartElement
XMLSecEventFactory.createXmlSecStartElement
(QName name, Collection<XMLSecAttribute> attributes, Collection<XMLSecNamespace> namespaces) static XMLSecStartElement
XMLSecEventFactory.createXmlSecStartElement
(QName name, List<XMLSecAttribute> attributes, List<XMLSecNamespace> namespaces) void
XMLSecStartElement.getAttributesFromCurrentScope
(List<XMLSecAttribute> comparableAttributeList) -
Uses of XMLSecAttribute in org.apache.xml.security.stax.impl
Fields in org.apache.xml.security.stax.impl with type parameters of type XMLSecAttributeModifier and TypeFieldDescriptionprivate List
<XMLSecAttribute> XMLSecurityStreamWriter.Element.attributes
Methods in org.apache.xml.security.stax.impl that return types with arguments of type XMLSecAttributeModifier and TypeMethodDescriptionprivate List
<XMLSecAttribute> XMLSecurityStreamWriter.Element.getAttributes()
Methods in org.apache.xml.security.stax.impl with parameters of type XMLSecAttributeModifier and TypeMethodDescriptionprivate void
XMLSecurityStreamWriter.Element.addAttribute
(XMLSecAttribute attribute) -
Uses of XMLSecAttribute in org.apache.xml.security.stax.impl.stax
Classes in org.apache.xml.security.stax.impl.stax that implement XMLSecAttributeModifier and TypeClassDescriptionclass
Class to let XML-Attributes be comparable how it is requested by C14NFields in org.apache.xml.security.stax.impl.stax with type parameters of type XMLSecAttributeMethods in org.apache.xml.security.stax.impl.stax that return types with arguments of type XMLSecAttributeMethods in org.apache.xml.security.stax.impl.stax with parameters of type XMLSecAttributeModifier and TypeMethodDescriptionvoid
XMLSecStartElementImpl.addAttribute
(XMLSecAttribute xmlSecAttribute) int
XMLSecAttributeImpl.compareTo
(XMLSecAttribute o) Method parameters in org.apache.xml.security.stax.impl.stax with type arguments of type XMLSecAttributeModifier and TypeMethodDescriptionvoid
XMLSecStartElementImpl.getAttributesFromCurrentScope
(List<XMLSecAttribute> comparableAttributeList) Constructor parameters in org.apache.xml.security.stax.impl.stax with type arguments of type XMLSecAttributeModifierConstructorDescriptionXMLSecStartElementImpl
(QName elementName, Collection<XMLSecAttribute> attributes, Collection<XMLSecNamespace> namespaces) XMLSecStartElementImpl
(QName elementName, List<XMLSecAttribute> attributes, List<XMLSecNamespace> namespaces, XMLSecStartElement parentXmlSecStartElement) -
Uses of XMLSecAttribute 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 XMLSecAttributeModifier and TypeMethodDescriptionprotected List
<XMLSecAttribute> CanonicalizerBase.getCurrentUtilizedAttributes
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List
<XMLSecAttribute> Canonicalizer11.getInitialUtilizedAttributes
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List
<XMLSecAttribute> Canonicalizer20010315_Excl.getInitialUtilizedAttributes
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack) protected List
<XMLSecAttribute> CanonicalizerBase.getInitialUtilizedAttributes
(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack)