Name Property
See Also Example Applies To
Read-Only. A string containing the name of the element.
Syntax
object.Name
The object placeholder represents an XMLDTDElement object.
Background
A DTD Element declaration starts with an element name. In the following example the element name is "element1" :
<!ELEMENT element1 (subelement2 | subelement3)>
|