| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
attributes |
boolean |
isEndTag |
boolean |
isSingleTag |
String |
name |
String |
text |
| Constructor and Description |
|---|
XMLTag(String tag)
Assumes that String contains an XML tag.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstNonNullAttributeFromList(List<String> attributesList)
Given a list of attributes, return the first one that is non-null
|
String |
toString() |