Package com.fasterxml.aalto.in
Class ElementScope
java.lang.Object
com.fasterxml.aalto.in.ElementScope
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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mParent
ElementScope mParent -
mName
PName mName
-
-
Constructor Details
-
ElementScope
-
-
Method Details