Package com.lucaskjaerozhang.wikitext_parser.ast.list
package com.lucaskjaerozhang.wikitext_parser.ast.list
-
ClassDescriptionAn item within a list
WikiText: * item, # item, or :item
XML: listItemDefines which type of list a particular list is.Represents a list in Wikitext.
Intentionally calling this a WikiTextList to avoid colliding with java.util.List