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.Type
GenericListBlockParser. LIST
unordered listprivate static GenericListBlockParser.Type
GenericListBlockParser. ORDERED_LOWER_ALPHA
a.private static GenericListBlockParser.Type
GenericListBlockParser. ORDERED_UPPER_ALPHA
A.private static GenericListBlockParser.Type
GenericListBlockParser. ORDERERED_DECIMAL
1.private static GenericListBlockParser.Type
GenericListBlockParser. ORDERERED_LOWER_ROMAN
i.private static GenericListBlockParser.Type
GenericListBlockParser. ORDERERED_UPPER_ROMAN
I.private GenericListBlockParser.Type
TreeListBuilder.TreeComponent. type
type of the listprivate static GenericListBlockParser.Type[]
GenericListBlockParser. TYPES
Methods in org.apache.maven.doxia.module.twiki.parser that return GenericListBlockParser.Type Modifier and Type Method Description (package private) GenericListBlockParser.Type
TreeListBuilder.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.TreeComponent
TreeListBuilder.TreeComponent. addChildren(java.lang.String t, GenericListBlockParser.Type ttype)
adds a children node(package private) void
TreeListBuilder. 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.
-