public abstract class IRenderBase extends Object implements com.vladsch.flexmark.util.ast.IRender
| Modifier and Type | Field and Description |
|---|---|
static com.vladsch.flexmark.util.ast.IRender |
NULL_RENDERER |
static com.vladsch.flexmark.util.ast.IRender |
NullRenderer
Deprecated.
|
static com.vladsch.flexmark.util.ast.IRender |
TEXT_RENDERER |
static com.vladsch.flexmark.util.ast.IRender |
TextRenderer
Deprecated.
|
| Constructor and Description |
|---|
IRenderBase() |
IRenderBase(com.vladsch.flexmark.util.data.DataHolder options) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable com.vladsch.flexmark.util.data.DataHolder |
getOptions() |
@NotNull String |
render(@NotNull com.vladsch.flexmark.util.ast.Node document) |
public static final com.vladsch.flexmark.util.ast.IRender NULL_RENDERER
public static final com.vladsch.flexmark.util.ast.IRender TEXT_RENDERER
@Deprecated public static final com.vladsch.flexmark.util.ast.IRender NullRenderer
@Deprecated public static final com.vladsch.flexmark.util.ast.IRender TextRenderer
public IRenderBase()
public IRenderBase(com.vladsch.flexmark.util.data.DataHolder options)
@NotNull public @NotNull String render(@NotNull @NotNull com.vladsch.flexmark.util.ast.Node document)
render in interface com.vladsch.flexmark.util.ast.IRender@Nullable public @Nullable com.vladsch.flexmark.util.data.DataHolder getOptions()
getOptions in interface com.vladsch.flexmark.util.ast.IRenderCopyright © 2020. All rights reserved.