javax.xml.stream.events
public interface StartElement extends XMLEvent
Method Summary | |
---|---|
Attribute | getAttributeByName(QName name)
Returns an attribute by name. |
Iterator | getAttributes()
Returns the attributes declared on this element. |
QName | getName()
Returns the element name. |
NamespaceContext | getNamespaceContext()
Returns a read-only namespace context associated with this event. |
Iterator | getNamespaces()
Returns the namespaces declared on this element. |
String | getNamespaceURI(String prefix)
Returns the namespace URI associated with the given prefix. |