Uses of Class
org.apache.wiki.htmltowiki.WhitespaceTrimWriter
-
Packages that use WhitespaceTrimWriter Package Description org.apache.wiki.htmltowiki HTML to wiki syntax translation related classes.org.apache.wiki.htmltowiki.syntax.jspwiki JSPWiki syntax decoration related classes. -
-
Uses of WhitespaceTrimWriter in org.apache.wiki.htmltowiki
Methods in org.apache.wiki.htmltowiki with parameters of type WhitespaceTrimWriter Modifier and Type Method Description void
SyntaxDecorator. init(java.io.PrintWriter out, java.util.Stack<java.lang.String> liStack, java.util.Stack<java.lang.String> preStack, WhitespaceTrimWriter outTrimmer, XHtmlToWikiConfig config, XHtmlElementToWikiTranslator chain)
Prepares the syntax decorator. -
Uses of WhitespaceTrimWriter in org.apache.wiki.htmltowiki.syntax.jspwiki
Methods in org.apache.wiki.htmltowiki.syntax.jspwiki with parameters of type WhitespaceTrimWriter Modifier and Type Method Description void
JSPWikiSyntaxDecorator. init(java.io.PrintWriter out, java.util.Stack<java.lang.String> liStack, java.util.Stack<java.lang.String> preStack, WhitespaceTrimWriter outTrimmer, XHtmlToWikiConfig config, XHtmlElementToWikiTranslator chain)
Prepares the syntax decorator.
-