| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
attributes |
boolean |
isEndTag |
boolean |
isSingleTag |
String |
name |
String |
text |
| Constructor and Description |
|---|
XMLUtils.XMLTag(String tag)
Assumes that String contains an XML tag.
|