Package 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)
-
-
Field Summary
Fields Modifier and Type Field Description (package private) PName
mName
(package private) ElementScope
mParent
-
Constructor Summary
Constructors Constructor Description ElementScope(PName name, ElementScope parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PName
getName()
ElementScope
getParent()
java.lang.String
toString()
-
-
-
Field Detail
-
mParent
ElementScope mParent
-
mName
PName mName
-
-
Constructor Detail
-
ElementScope
public ElementScope(PName name, ElementScope parent)
-
-
Method Detail
-
getName
public PName getName()
-
getParent
public ElementScope getParent()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-