Class HtmlInlineBase

java.lang.Object
com.vladsch.flexmark.util.ast.Node
com.vladsch.flexmark.ast.HtmlInlineBase
Direct Known Subclasses:
HtmlInline, HtmlInlineComment

public abstract class HtmlInlineBase extends Node
Inline HTML element.
See Also:
  • Constructor Details

    • HtmlInlineBase

      public HtmlInlineBase()
    • HtmlInlineBase

      public HtmlInlineBase(BasedSequence chars)
  • Method Details