net.sf.jsefa.xml.lowlevel.model
Interface ElementStart

All Superinterfaces:
XmlItem
All Known Implementing Classes:
ElementStartImpl

public interface ElementStart
extends XmlItem

An xml item describing the start of a xml element.

Author:
Norman Lahme-Huetig

Method Summary
 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.
 
Methods inherited from interface net.sf.jsefa.xml.lowlevel.model.XmlItem
getType
 

Method Detail

getName

QName getName()
Returns the name of the xml element.

Returns:
the name of the xml element

getDataTypeName

QName getDataTypeName()
Returns the name of the datatype of the xml element.

Returns:
the name of the datatype of the xml element

getAttributes

Attribute[] getAttributes()
Returns the attributes of the xml element.

Returns:
the attributes.

getDepth

int getDepth()
Returns the depth of this element.

The depth of the root element is 0.

Returns:
the depth of this element


Copyright © 2014. All rights reserved.