Uses of Interface
org.apache.maven.doxia.module.twiki.parser.GenericListBlockParser.Type
Packages that use GenericListBlockParser.Type
-
Uses of GenericListBlockParser.Type in org.apache.maven.doxia.module.twiki.parser
Fields in org.apache.maven.doxia.module.twiki.parser declared as GenericListBlockParser.TypeModifier and TypeFieldDescriptionprivate static final GenericListBlockParser.Type
GenericListBlockParser.LIST
unordered listprivate static final GenericListBlockParser.Type
GenericListBlockParser.ORDERED_LOWER_ALPHA
a.private static final GenericListBlockParser.Type
GenericListBlockParser.ORDERED_UPPER_ALPHA
A.private static final GenericListBlockParser.Type
GenericListBlockParser.ORDERERED_DECIMAL
1.private static final GenericListBlockParser.Type
GenericListBlockParser.ORDERERED_LOWER_ROMAN
i.private static final GenericListBlockParser.Type
GenericListBlockParser.ORDERERED_UPPER_ROMAN
I.private GenericListBlockParser.Type
TreeListBuilder.TreeComponent.type
type of the listprivate static final GenericListBlockParser.Type[]
GenericListBlockParser.TYPES
Methods in org.apache.maven.doxia.module.twiki.parser that return GenericListBlockParser.TypeModifier and TypeMethodDescription(package private) GenericListBlockParser.Type
TreeListBuilder.TreeComponent.getType()
Returns the type.Methods in org.apache.maven.doxia.module.twiki.parser with parameters of type GenericListBlockParser.TypeModifier and TypeMethodDescription(package private) TreeListBuilder.TreeComponent
TreeListBuilder.TreeComponent.addChildren
(String t, GenericListBlockParser.Type ttype) adds a children node(package private) void
TreeListBuilder.feedEntry
(GenericListBlockParser.Type type, int level, 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.TypeModifierConstructorDescription(package private)
TreeComponent
(TreeListBuilder.TreeComponent father, String text, GenericListBlockParser.Type type) Creates the TreeComponent.