Package com.ctc.wstx.sr
Class Element
java.lang.Object
com.ctc.wstx.sr.Element
Container for information collected regarding a single
(start) element instance.
This class is not exposed outside of the package and is considered part of internal implementation.
- Since:
- 4.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Count of child elementsprotected String
Default namespace for this element.protected String
protected String
Namespace this element is inprotected int
Offset within namespace array, maintained byInputElementStack
that owns this element.protected Element
Parent element, if any; null for rootprotected String
Prefix this element has, if any; null if none -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mLocalName
-
mPrefix
Prefix this element has, if any; null if none -
mNamespaceURI
Namespace this element is in -
mDefaultNsURI
Default namespace for this element. -
mNsOffset
protected int mNsOffsetOffset within namespace array, maintained byInputElementStack
that owns this element. -
mParent
Parent element, if any; null for root -
mChildCount
protected int mChildCountCount of child elements
-
-
Constructor Details
-
Element
-
-
Method Details
-
reset
-
relink
Method called to temporarily "store" this Element for later reuse.
-