isclassofΒΆ
Returns true if the object is compatible with this class
Exemple :
-- Check the document is derived from the type Node
assert (isclassof (Document, "Node")) -- Check OK
Arguments:
node The object to checktype The class to check