Uses of Class
org.jdom2.output.support.AbstractFormattedWalker.MultiText
-
Packages that use AbstractFormattedWalker.MultiText 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.MultiText in org.jdom2.output.support
Methods in org.jdom2.output.support with parameters of type AbstractFormattedWalker.MultiText Modifier and Type Method Description protected abstract voidAbstractFormattedWalker. analyzeMultiText(AbstractFormattedWalker.MultiText mtext, int offset, int len)Add the content at the specified indices to the provided MultiText.protected voidWalkerNORMALIZE. analyzeMultiText(AbstractFormattedWalker.MultiText mtext, int offset, int len)protected voidWalkerTRIM_FULL_WHITE. analyzeMultiText(AbstractFormattedWalker.MultiText mtext, int offset, int len)protected voidWalkerTRIM. analyzeMultiText(AbstractFormattedWalker.MultiText mtext, int offset, int len)
-