Package org.apache.wiki.parser.markdown
Class MarkdownDocument
java.lang.Object
org.jdom2.Document
org.apache.wiki.parser.WikiDocument
org.apache.wiki.parser.markdown.MarkdownDocument
- All Implemented Interfaces:
Serializable,Cloneable,org.jdom2.NamespaceAware,org.jdom2.Parent
public class MarkdownDocument extends WikiDocument
Simple placeholder for Markdown Nodes
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.jdom2.Document
baseURI -
Constructor Summary
Constructors Constructor Description MarkdownDocument(Page page, com.vladsch.flexmark.util.ast.Node md) -
Method Summary
Modifier and Type Method Description com.vladsch.flexmark.util.ast.NodegetMarkdownNode()static com.vladsch.flexmark.util.data.MutableDataSetoptions(Context context, boolean isImageInlining, List<org.apache.oro.text.regex.Pattern> inlineImagePatterns)configuration options for MarkdownRenderers.Methods inherited from class org.apache.wiki.parser.WikiDocument
getContext, getPage, getPageData, setContext, setPageDataMethods inherited from class org.jdom2.Document
addContent, addContent, addContent, addContent, canContainContent, clone, cloneContent, detachRootElement, equals, getBaseURI, getContent, getContent, getContent, getContentSize, getDescendants, getDescendants, getDocType, getDocument, getNamespacesInherited, getNamespacesInScope, getNamespacesIntroduced, getParent, getProperty, getRootElement, hashCode, hasRootElement, indexOf, removeContent, removeContent, removeContent, removeContent, setBaseURI, setContent, setContent, setContent, setContent, setDocType, setProperty, setRootElement, toString
-
Constructor Details
-
MarkdownDocument
-
-
Method Details
-
getMarkdownNode
-
options
public static com.vladsch.flexmark.util.data.MutableDataSet options(Context context, boolean isImageInlining, List<org.apache.oro.text.regex.Pattern> inlineImagePatterns)configuration options for MarkdownRenderers.- Parameters:
context- current wikicontext- Returns:
- configuration options for MarkdownRenderers.
-