com.fasterxml.aalto.in
Class ElementScope
java.lang.Object
com.fasterxml.aalto.in.ElementScope
public final class ElementScope
- extends java.lang.Object
Simple container of information about an open element (one for which
start tag has been seen, but not yet end; or, for empty tags,
START_ELEMENT has been returned but END_ELEMENT not yet)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ElementScope
public ElementScope(PName name,
ElementScope parent)
getName
public PName getName()
getParent
public ElementScope getParent()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object