All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sweble.wikitext.lazy.parser.LinkTitle Maven / Gradle / Ivy

There is a newer version: 3.1.9
Show newest version
/* 
 * This file is auto-generated.
 * DO NOT MODIFY MANUALLY!
 * 
 * Generated by AstNodeGenerator.
 * Last generated: 2014-09-12 00:37:37.
 */

package org.sweble.wikitext.lazy.parser;

import de.fau.cs.osr.ptk.common.ast.*;




/**
 * 

Link Title

*

Grammar

*
    *
  • LinkTitle ::= LinkTitleContent{TITLE}*

    *
  • *
*

LinkTitleContent can contain

*
    *
  • Newline

    *
      *
    • Tables

      *
    • *
    • Headings

      *
    • *
    • Horizontal rules

      *
    • *
    • Block level elements

      *
    • *
    *
  • *
  • Signature

    *
  • *
  • InternalLink

    *
  • *
  • ExternalLink

    *
  • *
  • PlainExternalLink

    *
  • *
  • Ticks

    *
  • *
  • XmlReference

    *
  • *
  • XmlElement

    *
  • *
  • ParserEntity

    *
  • *
*

The LinkTitleContent cannot contain

*
    *
  • MagicWord

    *
  • *
*/ public class LinkTitle extends ContentNode { private static final long serialVersionUID = 1L; // ========================================================================= public LinkTitle() { super(); } public LinkTitle(NodeList content) { super(content); } @Override public int getNodeType() { return org.sweble.wikitext.lazy.AstNodeTypes.NT_LINK_TITLE; } // ========================================================================= // Properties // ========================================================================= // Children // ========================================================================= }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy