Hierarchy For Package com.vladsch.flexmark.ext.footnotes

Class Hierarchy

  • java.lang.Object
    • com.vladsch.flexmark.ext.footnotes.FootnoteExtension (implements com.vladsch.flexmark.formatter.Formatter.FormatterExtension, com.vladsch.flexmark.html.HtmlRenderer.HtmlRendererExtension, com.vladsch.flexmark.parser.Parser.ParserExtension, com.vladsch.flexmark.parser.Parser.ReferenceHoldingExtension)
    • com.vladsch.flexmark.ext.footnotes.FootnoteVisitorExt
    • com.vladsch.flexmark.util.ast.Node
      • com.vladsch.flexmark.util.ast.ContentNode (implements com.vladsch.flexmark.util.ast.Content)
        • com.vladsch.flexmark.util.ast.Block
          • com.vladsch.flexmark.ext.footnotes.FootnoteBlock (implements com.vladsch.flexmark.ast.ParagraphItemContainer, com.vladsch.flexmark.util.ast.ReferenceNode<R,​B,​N>)
      • com.vladsch.flexmark.ext.footnotes.Footnote (implements com.vladsch.flexmark.util.ast.DelimitedNode, com.vladsch.flexmark.util.ast.DoNotDecorate, com.vladsch.flexmark.ast.LinkRendered, com.vladsch.flexmark.util.ast.ReferencingNode<R,​B>)

Interface Hierarchy