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

All Superinterfaces:
XmlItem
All Known Implementing Classes:
ElementEndImpl

public interface ElementEnd
extends XmlItem

An xml item describing the end of a xml element.

Author:
Norman Lahme-Huetig

Method Summary
 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

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.