Package | Description |
---|---|
org.apache.wiki.parser | |
org.apache.wiki.parser.markdown |
Markdown parsing.
|
org.apache.wiki.render | |
org.apache.wiki.render.markdown |
Markdown rendering.
|
Modifier and Type | Method and Description |
---|---|
WikiDocument |
JSPWikiMarkupParser.parse()
Parses the entire document from the Reader given in the constructor or
set by
MarkupParser.setInputReader(Reader) . |
abstract WikiDocument |
MarkupParser.parse()
Parses the document.
|
Modifier and Type | Class and Description |
---|---|
class |
MarkdownDocument
Simple placeholder for Markdown Nodes
|
Modifier and Type | Method and Description |
---|---|
WikiDocument |
MarkdownParser.parse()
Parses the document.
|
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.
|
Constructor and Description |
---|
MarkdownRenderer(WikiContext context,
WikiDocument doc) |
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.