Description
The GetObjectClass method returns a long integer code that indicates the class of the current PBDOM_OBJECT.
Syntax
pbdom_object_name.GetObjectClass()
Return value
Long.
GetObjectClass returns a long integer value that indicates the class of the current PBDOM_OBJECT.
The possible return values for classes inherited from PBDOM_CHARACTERDATA are:
- 
                     
7 for PBDOM_TEXT
 - 
                     
8 for PBDOM_CDATA
 - 
                     
9 for PBDOM_COMMENT
 
The PBDOM_CHARACTERDATA class itself cannot be instantiated, so the class ID 6, for PBDOM_CHARACTERDATA, is never returned.
See also


