public class SourceParser
extends java.lang.Object
SourceElement structure.| Constructor and Description |
|---|
SourceParser(java.lang.String source,
Location sourceLocation,
DiagCollector diagCollector,
java.lang.String docPath) |
| Modifier and Type | Method and Description |
|---|---|
SourceRoot |
parse()
Parses given Markdown source and generates model of
SourceRoot. |
public SourceParser(java.lang.String source,
Location sourceLocation,
DiagCollector diagCollector,
java.lang.String docPath)
public SourceRoot parse()
SourceRoot. The generated model
is based on Markdown header sections.