public interface StartElement extends XMLEvent
| Modifier and Type | Method and Description |
|---|---|
Attribute |
getAttributeByName(javax.xml.namespace.QName name)
Returns an attribute by name.
|
java.util.Iterator |
getAttributes()
Returns the attributes declared on this element.
|
javax.xml.namespace.QName |
getName()
Returns the element name.
|
javax.xml.namespace.NamespaceContext |
getNamespaceContext()
Returns a read-only namespace context associated with this event.
|
java.util.Iterator |
getNamespaces()
Returns the namespaces declared on this element.
|
java.lang.String |
getNamespaceURI(java.lang.String prefix)
Returns the namespace URI associated with the given prefix.
|
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicodejavax.xml.namespace.QName getName()
java.util.Iterator getAttributes()
java.util.Iterator getNamespaces()
Attribute getAttributeByName(javax.xml.namespace.QName name)
javax.xml.namespace.NamespaceContext getNamespaceContext()
java.lang.String getNamespaceURI(java.lang.String prefix)