Package | Description |
---|---|
org.jdom2.output |
Classes to output JDOM documents to various destinations.
|
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 and Description |
---|---|
Format.TextMode |
Format.getTextMode()
Returns the current text output style.
|
static Format.TextMode |
Format.TextMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Format.TextMode[] |
Format.TextMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Format |
Format.setTextMode(Format.TextMode mode)
This sets the text output style.
|
Modifier and Type | Method and Description |
---|---|
Format.TextMode |
FormatStack.getDefaultMode() |
Format.TextMode |
FormatStack.getTextMode() |
Modifier and Type | Method and Description |
---|---|
void |
FormatStack.setTextMode(Format.TextMode mode)
Change the current level's TextMode
|
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.