Class HtmlConverterState
- java.lang.Object
-
- com.vladsch.flexmark.html2md.converter.HtmlConverterState
-
public class HtmlConverterState extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPrePopAction(Runnable action)com.vladsch.flexmark.util.html.AttributesgetAttributes()List<org.jsoup.nodes.Node>getElements()intgetIndex()org.jsoup.nodes.NodegetParent()LinkedList<Runnable>getPrePopActions()voidrunPrePopActions()StringtoString()
-
-
-
Method Detail
-
getParent
public org.jsoup.nodes.Node getParent()
-
getElements
public List<org.jsoup.nodes.Node> getElements()
-
getIndex
public int getIndex()
-
getAttributes
public com.vladsch.flexmark.util.html.Attributes getAttributes()
-
getPrePopActions
public LinkedList<Runnable> getPrePopActions()
-
addPrePopAction
public void addPrePopAction(Runnable action)
-
runPrePopActions
public void runPrePopActions()
-
-