XMLTupleSpaceShared.XMLTupleHelper.convertFieldToXML Function
converts an IMatchable object as XmlField to an XmlNode to add to an existing XmlDocument
Public System.Xml.XmlNode convertFieldToXML (XMLTupleSpaceShared.ExtendedXmlDocument, Interfaces.IMatchable)
Type
Name
Description
ExtendedXmlDocument
xmldoc
the Xmldoc where the IMatchable object created to
Interfaces.IMatchable
m
the IMatchable object to create
Return
Description
System.Xml.XmlNode
the IMatchable object in a field as XmlNode
Other overloads:
XMLTupleSpaceShared.XMLTupleHelper.convertFieldToXML(ExtendedXmlDocument,XMLField) XMLTupleSpaceShared.XMLTupleHelper.convertFieldToXML(ExtendedXmlDocument,ExtendedXmlDocument) XMLTupleSpaceShared.XMLTupleHelper.convertFieldToXML(ExtendedXmlDocument,IXMLMatchable)