Uses of Enum Class
org.jdom2.output.support.AbstractFormattedWalker.Trim
Packages that use AbstractFormattedWalker.Trim
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 AbstractFormattedWalker.Trim in org.jdom2.output.support
Methods in org.jdom2.output.support that return AbstractFormattedWalker.TrimModifier and TypeMethodDescriptionstatic AbstractFormattedWalker.Trim
Returns the enum constant of this class with the specified name.static AbstractFormattedWalker.Trim[]
AbstractFormattedWalker.Trim.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jdom2.output.support with parameters of type AbstractFormattedWalker.TrimModifier and TypeMethodDescriptionvoid
AbstractFormattedWalker.MultiText.appendCDATA
(AbstractFormattedWalker.Trim trim, String text) Append some text to the text-like sequence that will be treated as CDATA.void
AbstractFormattedWalker.MultiText.appendText
(AbstractFormattedWalker.Trim trim, String text) Append some text to the text-like sequence that will be treated as plain XML text (PCDATA).