Uses of Class
org.jdom2.output.support.AbstractFormattedWalker.Trim
-
Packages that use AbstractFormattedWalker.Trim 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. -
-
Uses of AbstractFormattedWalker.Trim in org.jdom2.output.support
Methods in org.jdom2.output.support that return AbstractFormattedWalker.Trim 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.Methods in org.jdom2.output.support with parameters of type AbstractFormattedWalker.Trim 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).
-