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
Subinterfaces with type arguments of type XMLSecAttribute in org.apache.xml.security.stax.ext.staxMethods in org.apache.xml.security.stax.ext.stax that return XMLSecAttributeModifier and TypeMethodDescriptionstatic XMLSecAttributeXMLSecEventFactory.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 TypeMethodDescriptionvoidXMLSecStartElement.addAttribute(XMLSecAttribute xmlSecAttribute) Method parameters in org.apache.xml.security.stax.ext.stax with type arguments of type XMLSecAttributeModifier and TypeMethodDescriptionstatic XMLSecStartElementXMLSecEventFactory.createXmlSecStartElement(QName name, Collection<XMLSecAttribute> attributes, Collection<XMLSecNamespace> namespaces) static XMLSecStartElementXMLSecEventFactory.createXmlSecStartElement(QName name, List<XMLSecAttribute> attributes, List<XMLSecNamespace> namespaces) voidXMLSecStartElement.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.attributesMethods 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 voidXMLSecurityStreamWriter.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 TypeClassDescriptionclassClass 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 TypeMethodDescriptionvoidXMLSecStartElementImpl.addAttribute(XMLSecAttribute xmlSecAttribute) intXMLSecAttributeImpl.compareTo(XMLSecAttribute o) Method parameters in org.apache.xml.security.stax.impl.stax with type arguments of type XMLSecAttributeModifier and TypeMethodDescriptionvoidXMLSecStartElementImpl.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)