Represents an element declaration in a document type definition.
An element declaration is structured as follows, where {text} is the text of the declaration:
{text}
<!ELEMENT {text}>
Gets the text of this element declaration.
Sets the text of this element declaration.
Returns an XML string representation of this element declaration.
Returns the parent of this element declaration.
Generated using TypeDoc
Represents an element declaration in a document type definition.
An element declaration is structured as follows, where
{text}
is the text of the declaration: