private class FastPageParser.Tag extends Object
Modifier and Type | Field | Description |
---|---|---|
int |
nameEndIdx |
|
Map |
properties |
Modifier | Constructor | Description |
---|---|---|
private |
Tag() |
Modifier and Type | Method | Description |
---|---|---|
void |
addProperty(String name,
String value) |
Adds a name/value property pair to this tag.
|
public int nameEndIdx
public Map properties