java.lang.Objecttelosys.objects.XmlTags
Internal utility class ( reserved for internal use )
Constructor Summary | |
(package private) |
XmlTags()
|
Method Summary | |
void |
addChildTag(string sTag,
string sChildTagName,
string sChildTagContent)
Adds child tag for the given tag |
void |
addField(string sTag,
string sAttr,
string sValue)
Adds the field value as an attribute for the given tag |
string |
getXmlTags()
Returns all the tags (one line per XML tag) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
XmlTags()
Method Detail |
public void addField(string sTag, string sAttr, string sValue)
sTag
- the tag namesAttr
- the attribute namesValue
- the attribute valuepublic void addChildTag(string sTag, string sChildTagName, string sChildTagContent)
sTag
- the tag namesChildTagName
- the child tag namesChildTagContent
- the child tag contentpublic string getXmlTags()