public abstract class IParseBase extends Object implements com.vladsch.flexmark.IParse
| Constructor and Description |
|---|
IParseBase() |
IParseBase(com.vladsch.flexmark.util.options.DataHolder options) |
| Modifier and Type | Method and Description |
|---|---|
com.vladsch.flexmark.util.options.MutableDataSet |
getOptions() |
com.vladsch.flexmark.ast.Node |
parse(String input) |
com.vladsch.flexmark.ast.Node |
parseReader(Reader input) |
public IParseBase()
public IParseBase(com.vladsch.flexmark.util.options.DataHolder options)
public com.vladsch.flexmark.ast.Node parse(String input)
parse in interface com.vladsch.flexmark.IParsepublic com.vladsch.flexmark.ast.Node parseReader(Reader input) throws IOException
parseReader in interface com.vladsch.flexmark.IParseIOExceptionpublic com.vladsch.flexmark.util.options.MutableDataSet getOptions()
Copyright © 2018. All rights reserved.