Uses of Class
com.ctc.wstx.sw.OutputElementBase
-
Packages that use OutputElementBase Package Description com.ctc.wstx.dom com.ctc.wstx.sw -
-
Uses of OutputElementBase in com.ctc.wstx.dom
Subclasses of OutputElementBase in com.ctc.wstx.dom Modifier and Type Class Description class
DOMOutputElement
Context object that holds information about an open element (one for which START_ELEMENT has been sent, but no END_ELEMENT) -
Uses of OutputElementBase in com.ctc.wstx.sw
Subclasses of OutputElementBase in com.ctc.wstx.sw Modifier and Type Class Description class
SimpleOutputElement
Class that encapsulates information about a specific element in virtual output stack for namespace-aware writers.Methods in com.ctc.wstx.sw with parameters of type OutputElementBase Modifier and Type Method Description protected void
OutputElementBase. relink(OutputElementBase parent)
Method called to reuse a pooled instance.Constructors in com.ctc.wstx.sw with parameters of type OutputElementBase Constructor Description OutputElementBase(OutputElementBase parent, BijectiveNsMap ns)
-