|
JDOM 2.0.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractFormattedWalker.Trim | |
|---|---|
| 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 AbstractFormattedWalker.Trim in org.jdom2.output.support |
|---|
| Methods in org.jdom2.output.support that return AbstractFormattedWalker.Trim | |
|---|---|
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. |
| Methods in org.jdom2.output.support with parameters of type AbstractFormattedWalker.Trim | |
|---|---|
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). |
|
JDOM 2.0.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||