Uses of Interface
javax.xml.stream.events.Attribute

Packages that use Attribute
com.caucho.xml.stream   
com.caucho.xml.stream.events   
javax.xml.stream   
javax.xml.stream.events   
 

Uses of Attribute in com.caucho.xml.stream
 

Methods in com.caucho.xml.stream that return Attribute
 Attribute XMLEventFactoryImpl.createAttribute(javax.xml.namespace.QName name, java.lang.String value)
           
 Attribute XMLEventFactoryImpl.createAttribute(java.lang.String localName, java.lang.String value)
           
 Attribute XMLEventFactoryImpl.createAttribute(java.lang.String prefix, java.lang.String namespaceURI, java.lang.String localName, java.lang.String value)
           
 

Uses of Attribute in com.caucho.xml.stream.events
 

Classes in com.caucho.xml.stream.events that implement Attribute
 class AttributeImpl
           
 class NamespaceImpl
           
 

Methods in com.caucho.xml.stream.events that return Attribute
 Attribute StartElementImpl.getAttributeByName(javax.xml.namespace.QName name)
           
 

Constructor parameters in com.caucho.xml.stream.events with type arguments of type Attribute
StartElementImpl(javax.xml.namespace.QName name, java.util.HashMap<javax.xml.namespace.QName,Attribute> attributes, java.util.HashMap<java.lang.String,Namespace> namespaces, javax.xml.namespace.NamespaceContext namespaceContext)
           
 

Uses of Attribute in javax.xml.stream
 

Methods in javax.xml.stream that return Attribute
abstract  Attribute XMLEventFactory.createAttribute(javax.xml.namespace.QName name, java.lang.String value)
           
abstract  Attribute XMLEventFactory.createAttribute(java.lang.String localName, java.lang.String value)
           
abstract  Attribute XMLEventFactory.createAttribute(java.lang.String prefix, java.lang.String namespaceURI, java.lang.String localName, java.lang.String value)
           
 

Uses of Attribute in javax.xml.stream.events
 

Subinterfaces of Attribute in javax.xml.stream.events
 interface Namespace
           
 

Methods in javax.xml.stream.events that return Attribute
 Attribute StartElement.getAttributeByName(javax.xml.namespace.QName name)