Description
Allows you to obtain the name of the root element that is being constrained within the current PBDOM_DOCTYPE.
Syntax
pbdom_doctype_name.GetName()
Return value
String.
Examples
If you have the following DOCTYPE declaration, the GetName method returns abc.
<!DOCTYPE abc [<!-- internal subset --> <!ELEMENT abc (#PCDATA)> <!ELEMENT data (#PCDATA)> <!ELEMENT inner_data (#PCDATA)>]>