public class XmlTags extends Object
| Constructor and Description |
|---|
XmlTags()
Creates a new instance of XmlTags.
|
XmlTags(XmlTag t)
Creates a new instance of XmlTags with one initial tag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addXmlTag(XmlTag item)
Adds a tag to the tag collection.
|
Collection<XmlTag> |
getTags()
Returns a collection of XmlTag.
|
void |
setTags(Collection<XmlTag> items)
Sets the collection of tags.
|
static String |
toLog(XmlTags data)
Creates a compact string representation for the log.
|
public XmlTags()
public XmlTags(XmlTag t)
t - initial elementpublic Collection<XmlTag> getTags()
public void setTags(Collection<XmlTag> items)
items - new tag collectionpublic void addXmlTag(XmlTag item)
item - the XmlTag to addCopyright © 2012. All Rights Reserved.