Uses of Class
org.apache.wiki.htmltowiki.WhitespaceTrimWriter
Packages that use WhitespaceTrimWriter
Package
Description
HTML to wiki syntax translation related classes.
Package Specification
JSPWiki syntax decoration related classes.
-
Uses of WhitespaceTrimWriter in org.apache.wiki.htmltowiki
Methods in org.apache.wiki.htmltowiki with parameters of type WhitespaceTrimWriterModifier and TypeMethodDescriptionvoid
SyntaxDecorator.init
(PrintWriter out, Deque<String> liStack, Deque<String> preStack, WhitespaceTrimWriter outTrimmer, XHtmlToWikiConfig config, XHtmlElementToWikiTranslator chain) Prepares the syntax decorator. -
Uses of WhitespaceTrimWriter in org.apache.wiki.htmltowiki.syntax
Fields in org.apache.wiki.htmltowiki.syntax declared as WhitespaceTrimWriterModifier and TypeFieldDescriptionprotected final WhitespaceTrimWriter
TableDecorator.outTrimmer
protected WhitespaceTrimWriter
WikiSyntaxDecorator.outTrimmer
Constructors in org.apache.wiki.htmltowiki.syntax with parameters of type WhitespaceTrimWriterModifierConstructorDescriptionTableDecorator
(PrintWriter out, WhitespaceTrimWriter outTrimmer, XHtmlElementToWikiTranslator chain) -
Uses of WhitespaceTrimWriter in org.apache.wiki.htmltowiki.syntax.jspwiki
Methods in org.apache.wiki.htmltowiki.syntax.jspwiki with parameters of type WhitespaceTrimWriterModifier and TypeMethodDescriptionvoid
JSPWikiSyntaxDecorator.init
(PrintWriter out, Deque<String> liStack, Deque<String> preStack, WhitespaceTrimWriter outTrimmer, XHtmlToWikiConfig config, XHtmlElementToWikiTranslator chain) Prepares the syntax decorator.