public class

PegdownDoc

extends MarkupDoc

Summary

Fields
private org.pegdown.ast.RootNoderootNode

private Stringtitle

from BaseDoccontainer, name, qualifiedName, sourceFilePath
Constructors
publicPegdownDoc(Path sourceFilePath, Path sourcePath)

Methods
public org.pegdown.ast.RootNodegetRootNode()

public StringgetTitle()

public voidloadIndex(MarkupDoc.IReferenceProcessor processor)

private voidloadTitle()

public voidprocessMarkup()

from MarkupDocgetSourcePosition, toString
from BaseDocgetContainer, getName, getNameBase, getQualifiedName, getSourceFilePath
from Object, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait

Fields

private org.pegdown.ast.RootNode rootNode

private String title

Constructors

public PegdownDoc(Path sourceFilePath, Path sourcePath)

Methods

public void processMarkup()

private void loadTitle()

public void loadIndex(MarkupDoc.IReferenceProcessor processor)

public String getTitle()

public org.pegdown.ast.RootNode getRootNode()