Uses of Class
com.ctc.wstx.sr.Element
-
Packages that use Element Package Description com.ctc.wstx.sr 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 Element Modifier and Type Field Description protected 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 Element Modifier and Type Method Description void
Element. relink(Element next)
Method called to temporarily "store" this Element for later reuse.void
Element. reset(Element parent, int nsOffset, java.lang.String prefix, java.lang.String ln)
Constructors in com.ctc.wstx.sr with parameters of type Element Constructor Description Element(Element parent, int nsOffset, java.lang.String prefix, java.lang.String ln)
-