telosys.objects
Class XmlTags

java.lang.Object
  extended bytelosys.objects.XmlTags

class XmlTags
extends java.lang.Object

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

XmlTags()
Method Detail

addField

public void addField(string sTag,
                     string sAttr,
                     string sValue)
Adds the field value as an attribute for the given tag

Parameters:
sTag - the tag name
sAttr - the attribute name
sValue - the attribute value

addChildTag

public void addChildTag(string sTag,
                        string sChildTagName,
                        string sChildTagContent)
Adds child tag for the given tag

Parameters:
sTag - the tag name
sChildTagName - the child tag name
sChildTagContent - the child tag content

getXmlTags

public string getXmlTags()
Returns all the tags (one line per XML tag)

Returns:
all the tags