Package com.lucaskjaerozhang.wikitext_parser.ast.layout


package com.lucaskjaerozhang.wikitext_parser.ast.layout
  • Classes
    Class
    Description
    An indented block.
    WikiText: : text
    Text can be indented more than once, with one level per :.
    One level - : One
    Two levels - :: Two
    ...
    An line break
    WikiText: \n\n
    XML: br
    An XML node with children.
    An XML node with no children.