Package | Description |
---|---|
org.apache.maven.doxia.module.twiki.parser |
Modifier and Type | Field and Description |
---|---|
private static GenericListBlockParser.Type |
GenericListBlockParser.LIST
unordered list
|
private 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 list
|
private static GenericListBlockParser.Type[] |
GenericListBlockParser.TYPES |
Modifier and Type | Method and Description |
---|---|
(package private) GenericListBlockParser.Type |
TreeListBuilder.TreeComponent.getType()
Returns the type.
|
Modifier and Type | Method and 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 �rbol
|
Constructor and Description |
---|
TreeComponent(TreeListBuilder.TreeComponent father,
java.lang.String text,
GenericListBlockParser.Type type)
Creates the TreeComponent.
|