Uses of Interface
org.jdom2.output.support.Walker
Packages that use Walker
Package
Description
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 WalkerModifier and TypeClassDescriptionclassThis Walker implementation walks a list of Content in a Formatted form of some sort.classThis Walker implementation will produce trimmed text content.classThis Walker implementation walks a list of Content in it's original RAW format.classThis Walker implementation will produce trimmed text content.classThis Walker implementation will produce trimmed text content.Methods in org.jdom2.output.support that return WalkerModifier and TypeMethodDescriptionprotected WalkerAbstractOutputProcessor.buildWalker(FormatStack fstack, List<? extends Content> content, boolean escape) Create a walker to process Content List values.Methods in org.jdom2.output.support with parameters of type WalkerModifier and TypeMethodDescriptionprotected voidAbstractDOMOutputProcessor.printContent(FormatStack fstack, NamespaceStack nstack, Document basedoc, 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(XMLEventConsumer out, FormatStack fstack, NamespaceStack nstack, XMLEventFactory eventfactory, Walker walker) This will handle printing of a List ofContent.protected voidAbstractStAXStreamProcessor.printContent(XMLStreamWriter out, FormatStack fstack, NamespaceStack nstack, Walker walker) This will handle printing of a List ofContent.protected voidAbstractXMLOutputProcessor.printContent(Writer out, FormatStack fstack, NamespaceStack nstack, Walker walker) This will handle printing of a List ofContent.