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 ElementInputElementStack.mCurrElementCurrently open element, if any; null outside root element.protected ElementInputElementStack.mFreeElementprotected ElementElement.mParentParent element, if any; null for rootMethods in com.ctc.wstx.sr with parameters of type ElementModifier and TypeMethodDescriptionvoidMethod called to temporarily "store" this Element for later reuse.voidConstructors in com.ctc.wstx.sr with parameters of type Element