com.fasterxml.aalto.in
Class ElementScope
java.lang.Object
com.fasterxml.aalto.in.ElementScope
public final class ElementScope
- extends 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)
ElementScope
public ElementScope(PName name,
ElementScope parent)
getName
public PName getName()
getParent
public ElementScope getParent()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012 Fasterxml.com. All Rights Reserved.