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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFormattedWalker
This Walker implementation walks a list of Content in a Formatted form of
some sort.
|
class |
WalkerNORMALIZE
This Walker implementation will produce trimmed text content.
|
class |
WalkerPRESERVE
This Walker implementation walks a list of Content in its original RAW
format.
|
class |
WalkerTRIM
This Walker implementation will produce trimmed text content.
|
class |
WalkerTRIM_FULL_WHITE
This Walker implementation will produce trimmed text content.
|
Modifier and Type | Method and Description |
---|---|
protected Walker |
AbstractOutputProcessor.buildWalker(FormatStack fstack,
java.util.List<? extends Content> content,
boolean escape)
Create a walker to process Content List values.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDOMOutputProcessor.printContent(FormatStack fstack,
NamespaceStack nstack,
org.w3c.dom.Document basedoc,
org.w3c.dom.Node target,
Walker walker)
This will handle printing of a List of
Content . |
protected void |
AbstractSAXOutputProcessor.printContent(SAXTarget out,
FormatStack fstack,
NamespaceStack nstack,
Walker walker)
This will handle printing of a List of
Content . |
protected void |
AbstractXMLOutputProcessor.printContent(java.io.Writer out,
FormatStack fstack,
NamespaceStack nstack,
Walker walker)
This will handle printing of a List of
Content . |
protected void |
AbstractStAXEventProcessor.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 of
Content . |
protected void |
AbstractStAXStreamProcessor.printContent(javax.xml.stream.XMLStreamWriter out,
FormatStack fstack,
NamespaceStack nstack,
Walker walker)
This will handle printing of a List of
Content . |
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.