java.lang.Object
com.lucaskjaerozhang.wikitext_parser.ast.base.WikiTextNode
com.lucaskjaerozhang.wikitext_parser.ast.sections.Text
All Implemented Interfaces:
WikiTextElement

public class Text extends WikiTextNode implements WikiTextElement
Plain text that is not formatted in any way.
  • Constructor Details

    • Text

      public Text(String content)
      Creates a text node
      Parameters:
      content - The text within the node.
  • Method Details