Java javax.xml.stream.events StartElement fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.stream.events StartElement fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.stream.events StartElement.

The text is from its open source code.

Method

StartElementasStartElement()
Returns this event as a start element event, may result in a class cast exception if this event is not a start element.
AttributegetAttributeByName(QName name)
Returns the attribute referred to by the qname.
IteratorgetAttributes()
Returns an Iterator of non-namespace attributes declared on this START_ELEMENT.
javax.xml.stream.LocationgetLocation()
Return the location of this event.
QNamegetName()
Get the name of this event
NamespaceContextgetNamespaceContext()
Gets a read-only namespace context.
IteratorgetNamespaces()
Returns an Iterator of namespaces declared on this element.
StringgetNamespaceURI(String prefix)
Gets the value that the prefix is bound to in the context of this element.
booleanisNamespace()
A utility function to check if this event is a Namespace.
StringtoString()
Returns a string representation of the object.