XMLEventStartElementEvent@Deprecated public interface StartElement extends XMLEvent
AttributeIteratorCHANGE_PREFIX_MAPPING, CHARACTER_DATA, COMMENT, END_DOCUMENT, END_ELEMENT, END_PREFIX_MAPPING, ENTITY_REFERENCE, NULL_ELEMENT, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT, START_PREFIX_MAPPING, XML_EVENT| Modifier and Type | Method | Description | 
|---|---|---|
| Attribute | getAttributeByName(XMLName name) | Deprecated. Returns the attribute referred to by this name | 
| AttributeIterator | getAttributes() | Deprecated. Returns an AttributeIterator of non-namespace declared attributes | 
| AttributeIterator | getAttributesAndNamespaces() | Deprecated. Returns the union of declared attributes and namespaces | 
| java.util.Map | getNamespaceMap() | Deprecated. Gets a java.util.Map from prefixes to URIs in scope for this
 element. | 
| AttributeIterator | getNamespaces() | Deprecated. Returns an AttributeIterator of namespaces declared in this element | 
| java.lang.String | getNamespaceUri(java.lang.String prefix) | Deprecated. Gets the value that the prefix is bound to in the
 context of this element. | 
getLocation, getName, getSchemaType, getType, getTypeAsString, hasName, isChangePrefixMapping, isCharacterData, isEndDocument, isEndElement, isEndPrefixMapping, isEntityReference, isNull, isProcessingInstruction, isSpace, isStartDocument, isStartElement, isStartPrefixMappingAttributeIterator getAttributes()
AttributeIterator getNamespaces()
AttributeIterator getAttributesAndNamespaces()
Attribute getAttributeByName(XMLName name)
java.lang.String getNamespaceUri(java.lang.String prefix)
java.util.Map getNamespaceMap()