XMLTupleSpaceShared.DeepTemplate.match Function
performs match on two xmlnodes (DocumentElement of XmlDocuments)
Public bool match (System.Xml.XmlNode, System.Xml.XmlNode)
Type
Name
Description
System.Xml.XmlNode
templatenode
DocumentElement for template
System.Xml.XmlNode
tuplenode
DocumentElement of tuple
Return
Description
bool
true if template and tuple match, false else.