XMLTupleSpaceShared.XMLTupleHelper Class
utility class for converting the objects in a xml representation

Access: Public
Base Classes: MarshalByRefObject
  Members Description  
    xmltemplate string template for XMLTuple

 
    xmlfortemplate string template for XMLtemplate

 
    buckettemplate string template for XMLTupleBucket

 
    createRootDocument Method adds a tuple to a xml document (empty or not...)

 
    createRootDocumentForTemplate Method adds a template to a xml document

 
    createRootDocumentforBucket creates an Xmldoc for the tuplebucket

 
    convertToXML Converts an object, i.e. primitive datatypes and all more complex types to an xml-representation

 
    convertFieldToXML converts an XmlField to an XmlNode to add to an existing XmlDocument

 
    convertFieldToXML converts an Xmldoc to an XmlNode to add to an existing XmlDocument as a field

 
    convertFieldToXML converts an IMatchable object as XmlField to an XmlNode to add to an existing XmlDocument

 
    convertFieldToXML converts an IXMLMatchable object as XmlField to an XmlNode to add to an existing XmlDocument

 
    getFields gets the fields in the tuples in the xmldoc

 
    getFieldType gets the type- attribut value of the XmlNode

 
    getFieldvalue gets the field value of the XmlNode

 
    buildSoapNode Serializes an object to an Xml representation (in soap)

 
    buildXmlDocumentNode builds a field with a Xmldoc

 
    stripXMLTuple strips an XmlTuple to a node

 
    stripXMLTuple strips an XMLTemplate to a node