Uses of Class
com.ctc.wstx.sr.Element
Packages that use Element
Package
Description
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
-
Uses of Element in com.ctc.wstx.sr
Fields in com.ctc.wstx.sr declared as ElementModifier and TypeFieldDescriptionprotected Element
InputElementStack.mCurrElement
Currently open element, if any; null outside root element.protected Element
InputElementStack.mFreeElement
protected Element
Element.mParent
Parent element, if any; null for rootMethods in com.ctc.wstx.sr with parameters of type ElementModifier and TypeMethodDescriptionvoid
Method called to temporarily "store" this Element for later reuse.void
Constructors in com.ctc.wstx.sr with parameters of type Element