Streaming API for XML (JSR 173)
Version 1.0

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

Packages that use Attribute
javax.xml.stream Provides an API for processing XML as a stream 
javax.xml.stream.events Describes a set of events for processing XML 
 

Uses of Attribute in javax.xml.stream
 

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

Uses of Attribute in javax.xml.stream.events
 

Subinterfaces of Attribute in javax.xml.stream.events
 interface Namespace
          An interface that contains information about a namespace.
 

Methods in javax.xml.stream.events that return Attribute
 Attribute StartElement.getAttributeByName(javax.xml.namespace.QName name)
          Returns the attribute referred to by this name
 


Streaming API for XML (JSR 173)
Version 1.0