public class HtmlConverterState extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addPrePopAction(Runnable action) |
com.vladsch.flexmark.util.html.Attributes |
getAttributes() |
List<org.jsoup.nodes.Node> |
getElements() |
int |
getIndex() |
org.jsoup.nodes.Node |
getParent() |
LinkedList<Runnable> |
getPrePopActions() |
void |
runPrePopActions() |
String |
toString() |
public org.jsoup.nodes.Node getParent()
public List<org.jsoup.nodes.Node> getElements()
public int getIndex()
public com.vladsch.flexmark.util.html.Attributes getAttributes()
public LinkedList<Runnable> getPrePopActions()
public void addPrePopAction(Runnable action)
public void runPrePopActions()
Copyright © 2020. All rights reserved.