Class HtmlConverterState

java.lang.Object
com.vladsch.flexmark.html2md.converter.HtmlConverterState

public class HtmlConverterState extends Object
  • Field Details

    • myParent

      @NotNull final @NotNull org.jsoup.nodes.Node myParent
    • myElements

      final List<org.jsoup.nodes.Node> myElements
    • myIndex

      int myIndex
    • myAttributes

      @NotNull final @NotNull MutableAttributes myAttributes
    • myPrePopActions

      @Nullable private @Nullable LinkedList<Runnable> myPrePopActions
  • Constructor Details

    • HtmlConverterState

      HtmlConverterState(@NotNull @NotNull org.jsoup.nodes.Node parent)
  • Method Details

    • getParent

      public org.jsoup.nodes.Node getParent()
    • getElements

      public List<org.jsoup.nodes.Node> getElements()
    • getIndex

      public int getIndex()
    • getAttributes

      public Attributes getAttributes()
    • getPrePopActions

      public LinkedList<Runnable> getPrePopActions()
    • addPrePopAction

      public void addPrePopAction(Runnable action)
    • runPrePopActions

      public void runPrePopActions()
    • toString

      public String toString()
      Overrides:
      toString in class Object