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.TrimReturns 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 TypeMethodDescriptionvoidAbstractFormattedWalker.MultiText.appendCDATA(AbstractFormattedWalker.Trim trim, String text) Append some text to the text-like sequence that will be treated as CDATA.voidAbstractFormattedWalker.MultiText.appendText(AbstractFormattedWalker.Trim trim, String text) Append some text to the text-like sequence that will be treated as plain XML text (PCDATA).