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 intCount of child elementsprotected StringDefault namespace for this element.protected Stringprotected StringNamespace this element is inprotected intOffset within namespace array, maintained byInputElementStackthat owns this element.protected ElementParent element, if any; null for rootprotected StringPrefix 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 byInputElementStackthat 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.
-