| 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 | Method | Description |
|---|---|---|
static AbstractFormattedWalker.Trim |
AbstractFormattedWalker.Trim.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AbstractFormattedWalker.Trim[] |
AbstractFormattedWalker.Trim.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractFormattedWalker.MultiText.appendCDATA(AbstractFormattedWalker.Trim trim,
java.lang.String text) |
Append some text to the text-like sequence that will be treated as
CDATA.
|
void |
AbstractFormattedWalker.MultiText.appendText(AbstractFormattedWalker.Trim trim,
java.lang.String text) |
Append some text to the text-like sequence that will be treated as
plain XML text (PCDATA).
|
Copyright ? 2019 Jason Hunter, Brett McLaughlin. All Rights Reserved.