Uses of Interface
org.apache.xml.security.stax.ext.stax.XMLSecAttribute
-
-
Uses of XMLSecAttribute in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return XMLSecAttribute Modifier and Type Method Description XMLSecAttribute
AbstractOutputProcessor. createAttribute(javax.xml.namespace.QName attribute, java.lang.String attributeValue)
Method parameters in org.apache.xml.security.stax.ext with type arguments of type XMLSecAttribute Modifier and Type Method Description XMLSecStartElement
AbstractOutputProcessor. addAttributes(XMLSecStartElement xmlSecStartElement, java.util.List<XMLSecAttribute> attributeList)
XMLSecStartElement
AbstractOutputProcessor. createStartElementAndOutputAsEvent(OutputProcessorChain outputProcessorChain, javax.xml.namespace.QName element, boolean outputLocalNs, java.util.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 XMLSecAttribute Modifier and Type Method Description static XMLSecAttribute
XMLSecEventFactory. createXMLSecAttribute(javax.xml.namespace.QName name, java.lang.String value)
Methods in org.apache.xml.security.stax.ext.stax that return types with arguments of type XMLSecAttribute Modifier and Type Method Description java.util.List<XMLSecAttribute>
XMLSecStartElement. getOnElementDeclaredAttributes()
Methods in org.apache.xml.security.stax.ext.stax with parameters of type XMLSecAttribute Modifier and Type Method Description void
XMLSecStartElement. addAttribute(XMLSecAttribute xmlSecAttribute)
Method parameters in org.apache.xml.security.stax.ext.stax with type arguments of type XMLSecAttribute Modifier and Type Method Description static XMLSecStartElement
XMLSecEventFactory. createXmlSecStartElement(javax.xml.namespace.QName name, java.util.Collection<XMLSecAttribute> attributes, java.util.Collection<XMLSecNamespace> namespaces)
static XMLSecStartElement
XMLSecEventFactory. createXmlSecStartElement(javax.xml.namespace.QName name, java.util.List<XMLSecAttribute> attributes, java.util.List<XMLSecNamespace> namespaces)
void
XMLSecStartElement. getAttributesFromCurrentScope(java.util.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 XMLSecAttribute Modifier and Type Field Description private java.util.List<XMLSecAttribute>
XMLSecurityStreamWriter.Element. attributes
Methods in org.apache.xml.security.stax.impl that return types with arguments of type XMLSecAttribute Modifier and Type Method Description private java.util.List<XMLSecAttribute>
XMLSecurityStreamWriter.Element. getAttributes()
Methods in org.apache.xml.security.stax.impl with parameters of type XMLSecAttribute Modifier and Type Method Description private 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 XMLSecAttribute Modifier and Type Class Description class
XMLSecAttributeImpl
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 XMLSecAttribute Modifier and Type Field Description private java.util.List<XMLSecAttribute>
XMLSecStartElementImpl. attributes
Methods in org.apache.xml.security.stax.impl.stax that return types with arguments of type XMLSecAttribute Modifier and Type Method Description java.util.List<XMLSecAttribute>
XMLSecStartElementImpl. getOnElementDeclaredAttributes()
Methods in org.apache.xml.security.stax.impl.stax with parameters of type XMLSecAttribute Modifier and Type Method Description void
XMLSecStartElementImpl. addAttribute(XMLSecAttribute xmlSecAttribute)
int
XMLSecAttributeImpl. compareTo(XMLSecAttribute o)
Method parameters in org.apache.xml.security.stax.impl.stax with type arguments of type XMLSecAttribute Modifier and Type Method Description void
XMLSecStartElementImpl. getAttributesFromCurrentScope(java.util.List<XMLSecAttribute> comparableAttributeList)
Constructor parameters in org.apache.xml.security.stax.impl.stax with type arguments of type XMLSecAttribute Constructor Description XMLSecStartElementImpl(javax.xml.namespace.QName elementName, java.util.Collection<XMLSecAttribute> attributes, java.util.Collection<XMLSecNamespace> namespaces)
XMLSecStartElementImpl(javax.xml.namespace.QName elementName, java.util.List<XMLSecAttribute> attributes, java.util.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 XMLSecAttribute Modifier and Type Method Description protected java.util.List<XMLSecAttribute>
CanonicalizerBase. getCurrentUtilizedAttributes(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack)
protected java.util.List<XMLSecAttribute>
Canonicalizer11. getInitialUtilizedAttributes(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack)
protected java.util.List<XMLSecAttribute>
Canonicalizer20010315_Excl. getInitialUtilizedAttributes(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack)
protected java.util.List<XMLSecAttribute>
CanonicalizerBase. getInitialUtilizedAttributes(XMLSecStartElement xmlSecStartElement, CanonicalizerBase.C14NStack<XMLSecEvent> outputStack)
-