| Package | Description |
|---|---|
| org.pegdown | |
| org.pegdown.plugins |
| Modifier and Type | Field | Description |
|---|---|---|
protected PegDownPlugins |
Parser.plugins |
| Constructor | Description |
|---|---|
Parser(java.lang.Integer options,
java.lang.Long maxParsingTimeInMillis,
Parser.ParseRunnerProvider parseRunnerProvider,
PegDownPlugins plugins) |
|
PegDownProcessor(int options,
long maxParsingTimeInMillis,
PegDownPlugins plugins) |
Creates a new processor instance with the given
Extensions, parsing timeout and plugins. |
PegDownProcessor(int options,
PegDownPlugins plugins) |
Creates a new processor instance with the given
Extensions and plugins. |
| Modifier and Type | Field | Description |
|---|---|---|
static PegDownPlugins |
PegDownPlugins.NONE |
Convenience reference to no plugins.
|
| Modifier and Type | Method | Description |
|---|---|---|
PegDownPlugins |
PegDownPlugins.Builder.build() |
| Modifier and Type | Method | Description |
|---|---|---|
static PegDownPlugins.Builder |
PegDownPlugins.builder(PegDownPlugins like) |
Create a builder that is a copy of the existing plugins
|