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

Uses in package gnu.xml.stream

Classes implementing javax.xml.stream.events.Attribute

class
An attribute event.
class
A namespace declaration event.

Methods with return type javax.xml.stream.events.Attribute

Attribute
Create an attribute event.
Attribute
XMLEventFactoryImpl.createAttribute(String prefix, String namespaceURI, String localName, String value)
Create an attribute event.
Attribute
Create an attribute event.
Attribute

Uses in package javax.xml.stream

Methods with return type javax.xml.stream.events.Attribute

Attribute
Create an attribute event.
Attribute
XMLEventFactory.createAttribute(String prefix, String namespaceURI, String localName, String value)
Create an attribute event.
Attribute
Create an attribute event.

Uses in package javax.xml.stream.events

Methods with return type javax.xml.stream.events.Attribute

Attribute
Returns an attribute by name.