| Package | Description | 
|---|---|
| org.apache.wiki.parser | |
| org.apache.wiki.render | 
| Modifier and Type | Method and Description | 
|---|---|
abstract WikiDocument | 
MarkupParser.parse()
Parses the document. 
 | 
WikiDocument | 
JSPWikiMarkupParser.parse()
Parses the entire document from the Reader given in the constructor or
  set by  
MarkupParser.setInputReader(Reader). | 
| Modifier and Type | Field and Description | 
|---|---|
protected WikiDocument | 
WikiRenderer.m_document  | 
| Modifier and Type | Method and Description | 
|---|---|
protected WikiDocument | 
RenderingManager.getRenderedDocument(WikiContext context,
                   String pagedata)
Returns a cached document, if one is found. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
RenderingManager.getHTML(WikiContext context,
       WikiDocument doc)
Simply renders a WikiDocument to a String. 
 | 
WikiRenderer | 
RenderingManager.getRenderer(WikiContext context,
           WikiDocument doc)
Returns a WikiRenderer instance, initialized with the given
 context and doc. 
 | 
WikiRenderer | 
RenderingManager.getWysiwygRenderer(WikiContext context,
                  WikiDocument doc)
Returns a WikiRenderer instance meant for WYSIWYG editing, initialized with the given
 context and doc. 
 | 
| Constructor and Description | 
|---|
CleanTextRenderer(WikiContext context,
                 WikiDocument doc)
Create a renderer. 
 | 
CreoleRenderer(WikiContext ctx,
              WikiDocument doc)
Creates a new Creole Renderer. 
 | 
WikiRenderer(WikiContext context,
            WikiDocument doc)
Create a WikiRenderer. 
 | 
WysiwygEditingRenderer(WikiContext context,
                      WikiDocument doc)
Creates a WYSIWYG editing renderer. 
 | 
XHTMLRenderer(WikiContext context,
             WikiDocument doc)
Creates an XHTML 1.0 renderer. 
 | 
Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.