|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jsefa.xml.lowlevel.model.ElementEndImpl
public final class ElementEndImpl
Implementation of ElementEnd.
Instances of this class are immutable and thread safe.
| Constructor Summary | |
|---|---|
ElementEndImpl(QName name,
int depth)
Constructs a new ElementEndImpl. |
|
| Method Summary | |
|---|---|
int |
getDepth()
Returns the depth of this element. |
QName |
getName()
Returns the name of the xml element. |
XmlItemType |
getType()
Returns the type of this xml item. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ElementEndImpl(QName name,
int depth)
ElementEndImpl.
name - the name of the elementdepth - the depth of the element| Method Detail |
|---|
public QName getName()
getName in interface ElementEndpublic int getDepth()
The depth of the root element is 0.
getDepth in interface ElementEndpublic XmlItemType getType()
getType in interface XmlItem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||