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