Class Block

All Implemented Interfaces:
Content
Direct Known Subclasses:
AbbreviationBlock, AdmonitionBlock, AsideBlock, BlankLine, BlockQuote, CodeBlock, Document, EnumeratedReferenceBlock, FencedCodeBlock, FootnoteBlock, GitLabBlockQuote, Heading, HtmlBlockBase, IndentedCodeBlock, JekyllFrontMatterBlock, JekyllTag, JekyllTagBlock, ListBlock, ListItem, MacroBlock, MacroDefinitionBlock, Paragraph, SimTocContent, SpecExampleBlock, TableBlock, ThematicBreak, TocBlockBase, YamlFrontMatterBlock, ZzzzzzBlock

public abstract class Block extends ContentNode
  • Constructor Details

  • Method Details

    • getParent

      @Nullable public @Nullable Block getParent()
      Overrides:
      getParent in class Node
    • setParent

      protected void setParent(@Nullable @Nullable Node parent)
      Overrides:
      setParent in class Node