|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BlockPluginParser
A parser that provides block parser rules for pegdown. A pegdown plugin should implement this, along with
BaseParser or Parser if it wants to use the pegdown utilities.
This interface is intended for use with PegDownPlugins.Builder.withPlugin(Class, Object...), in order for
Java plugins to easily be registered with a parser.
| Method Summary | |
|---|---|
org.parboiled.Rule[] |
blockPluginRules()
|
| Method Detail |
|---|
org.parboiled.Rule[] blockPluginRules()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||