Name Property
See Also Example Applies To
Read-Only. A string containing the name of the sub-element.
Syntax
object.Name
The object placeholder represents an XMLDTDSubElement object.
Background
A DTD Element declaration can have a number of sub-elements. These sub-elements will each have a name. The following example has two sub-elements with the names "subelement1" and "subelement2" :
<!ELEMENT element1 (subelement2 | subelement3)>
|