isclassofΒΆ

nil isclassof ( {} node , string type )

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 check
  • type The class to check