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 void
AbstractFormattedWalker. analyzeMultiText(AbstractFormattedWalker.MultiText mtext, int offset, int len)
Add the content at the specified indices to the provided MultiText.protected void
WalkerNORMALIZE. analyzeMultiText(AbstractFormattedWalker.MultiText mtext, int offset, int len)
protected void
WalkerTRIM_FULL_WHITE. analyzeMultiText(AbstractFormattedWalker.MultiText mtext, int offset, int len)
protected void
WalkerTRIM. analyzeMultiText(AbstractFormattedWalker.MultiText mtext, int offset, int len)
-