Uses of Interface
org.jdom2.output.support.Walker
-
Packages that use Walker Package Description org.jdom2.output.support Classes used to implement output functionality that are not part of the actual Output API, but rather part of the implementation. -
-
Uses of Walker in org.jdom2.output.support
Classes in org.jdom2.output.support that implement Walker Modifier and Type Class Description classAbstractFormattedWalkerThis Walker implementation walks a list of Content in a Formatted form of some sort.classWalkerNORMALIZEThis Walker implementation will produce trimmed text content.classWalkerPRESERVEThis Walker implementation walks a list of Content in it's original RAW format.classWalkerTRIMThis Walker implementation will produce trimmed text content.classWalkerTRIM_FULL_WHITEThis Walker implementation will produce trimmed text content.Methods in org.jdom2.output.support that return Walker Modifier and Type Method Description protected WalkerAbstractOutputProcessor. buildWalker(FormatStack fstack, java.util.List<? extends Content> content, boolean escape)Create a walker to process Content List values.Methods in org.jdom2.output.support with parameters of type Walker Modifier and Type Method Description protected voidAbstractDOMOutputProcessor. printContent(FormatStack fstack, NamespaceStack nstack, org.w3c.dom.Document basedoc, org.w3c.dom.Node target, Walker walker)This will handle printing of a List ofContent.protected voidAbstractSAXOutputProcessor. printContent(SAXTarget out, FormatStack fstack, NamespaceStack nstack, Walker walker)This will handle printing of a List ofContent.protected voidAbstractStAXEventProcessor. printContent(javax.xml.stream.util.XMLEventConsumer out, FormatStack fstack, NamespaceStack nstack, javax.xml.stream.XMLEventFactory eventfactory, Walker walker)This will handle printing of a List ofContent.protected voidAbstractStAXStreamProcessor. printContent(javax.xml.stream.XMLStreamWriter out, FormatStack fstack, NamespaceStack nstack, Walker walker)This will handle printing of a List ofContent.protected voidAbstractXMLOutputProcessor. printContent(java.io.Writer out, FormatStack fstack, NamespaceStack nstack, Walker walker)This will handle printing of a List ofContent.
-