Uses of Interface
org.apache.maven.doxia.module.twiki.parser.GenericListBlockParser.Type
-
Packages that use GenericListBlockParser.Type Package Description org.apache.maven.doxia.module.twiki.parser -
-
Uses of GenericListBlockParser.Type in org.apache.maven.doxia.module.twiki.parser
Fields in org.apache.maven.doxia.module.twiki.parser declared as GenericListBlockParser.Type Modifier and Type Field Description private static GenericListBlockParser.TypeGenericListBlockParser. LISTunordered listprivate static GenericListBlockParser.TypeGenericListBlockParser. ORDERED_LOWER_ALPHAa.private static GenericListBlockParser.TypeGenericListBlockParser. ORDERED_UPPER_ALPHAA.private static GenericListBlockParser.TypeGenericListBlockParser. ORDERERED_DECIMAL1.private static GenericListBlockParser.TypeGenericListBlockParser. ORDERERED_LOWER_ROMANi.private static GenericListBlockParser.TypeGenericListBlockParser. ORDERERED_UPPER_ROMANI.private GenericListBlockParser.TypeTreeListBuilder.TreeComponent. typetype of the listprivate static GenericListBlockParser.Type[]GenericListBlockParser. TYPESMethods in org.apache.maven.doxia.module.twiki.parser that return GenericListBlockParser.Type Modifier and Type Method Description (package private) GenericListBlockParser.TypeTreeListBuilder.TreeComponent. getType()Returns the type.Methods in org.apache.maven.doxia.module.twiki.parser with parameters of type GenericListBlockParser.Type Modifier and Type Method Description (package private) TreeListBuilder.TreeComponentTreeListBuilder.TreeComponent. addChildren(java.lang.String t, GenericListBlockParser.Type ttype)adds a children node(package private) voidTreeListBuilder. feedEntry(GenericListBlockParser.Type type, int level, java.lang.String text)recibe un nivel y un texto y armar magicamente (manteniendo estado) el �rbolConstructors in org.apache.maven.doxia.module.twiki.parser with parameters of type GenericListBlockParser.Type Constructor Description TreeComponent(TreeListBuilder.TreeComponent father, java.lang.String text, GenericListBlockParser.Type type)Creates the TreeComponent.
-