public interface ElementStart extends XmlItem
| Modifier and Type | Method and Description |
|---|---|
Attribute[] |
getAttributes()
Returns the attributes of the xml element.
|
QName |
getDataTypeName()
Returns the name of the datatype of the xml element.
|
int |
getDepth()
Returns the depth of this element.
|
QName |
getName()
Returns the name of the xml element.
|
QName getName()
QName getDataTypeName()
Attribute[] getAttributes()
int getDepth()
The depth of the root element is 0.
Copyright © 2014. All rights reserved.