public abstract class IParseBase extends Object implements com.vladsch.flexmark.util.ast.IParse
| Constructor and Description |
|---|
IParseBase() |
IParseBase(com.vladsch.flexmark.util.data.DataHolder options) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable com.vladsch.flexmark.util.data.DataHolder |
getOptions() |
@NotNull com.vladsch.flexmark.util.ast.Node |
parse(@NotNull String input) |
@NotNull com.vladsch.flexmark.util.ast.Node |
parseReader(@NotNull Reader input) |
boolean |
transferReferences(@NotNull com.vladsch.flexmark.util.ast.Document document,
@NotNull com.vladsch.flexmark.util.ast.Document included,
Boolean onlyIfUndefined) |
public IParseBase()
public IParseBase(com.vladsch.flexmark.util.data.DataHolder options)
@NotNull
public @NotNull com.vladsch.flexmark.util.ast.Node parse(@NotNull
@NotNull String input)
parse in interface com.vladsch.flexmark.util.ast.IParsepublic boolean transferReferences(@NotNull
@NotNull com.vladsch.flexmark.util.ast.Document document,
@NotNull
@NotNull com.vladsch.flexmark.util.ast.Document included,
Boolean onlyIfUndefined)
transferReferences in interface com.vladsch.flexmark.util.ast.IParse@NotNull
public @NotNull com.vladsch.flexmark.util.ast.Node parseReader(@NotNull
@NotNull Reader input)
throws IOException
parseReader in interface com.vladsch.flexmark.util.ast.IParseIOException@Nullable public @Nullable com.vladsch.flexmark.util.data.DataHolder getOptions()
getOptions in interface com.vladsch.flexmark.util.ast.IParseCopyright © 2020. All rights reserved.