XMLTupleSpaceShared.XMLTemplate.matchOnIXMLMatchable Function
deserializes the IXMLMatchable object and performs the operation by calling the object's matches() method

Protected bool matchOnIXMLMatchable (System.Xml.XmlNode, System.Xml.XmlNode)
  Type Name Description  
    System.Xml.XmlNode templateNode the node containing the serialized IMatchable object  
    System.Xml.XmlNode tupleNode the node containing the object to match against  
  Return Description  
    bool true if object's matches method returns true, false else