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