Package | Description |
---|---|
org.pegdown | |
org.pegdown.plugins |
Modifier and Type | Field and Description |
---|---|
protected PegDownPlugins |
Parser.plugins |
Constructor and Description |
---|
Parser(Integer options,
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 and Description |
---|---|
static PegDownPlugins |
PegDownPlugins.NONE
Convenience reference to no plugins.
|
Modifier and Type | Method and Description |
---|---|
PegDownPlugins |
PegDownPlugins.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static PegDownPlugins.Builder |
PegDownPlugins.builder(PegDownPlugins like)
Create a builder that is a copy of the existing plugins
|
Copyright © 2009–2023 org.pegdown. All rights reserved.