Uses of Class
com.fasterxml.aalto.dom.OutputElementBase
-
Packages that use OutputElementBase Package Description com.fasterxml.aalto.dom -
-
Uses of OutputElementBase in com.fasterxml.aalto.dom
Subclasses of OutputElementBase in com.fasterxml.aalto.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)Methods in com.fasterxml.aalto.dom 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.fasterxml.aalto.dom with parameters of type OutputElementBase Constructor Description OutputElementBase(OutputElementBase parent, BijectiveNsMap ns)
-