Initializes a new instance of the XmlDtdParamEntityRef class.
The entity to be referenced.
Gets the entity to be referenced.
The entity to be referenced.
Sets the entity to be referenced.
The entity to be referenced.
The entity to be referenced.
Gets the parent of this node.
The parent of this node.
Throws an exception since XmlDtdParamEntityRef nodes cannot have any children.
Throws an exception since XmlDtdParamEntityRef nodes cannot have any children.
Gets the node that follows this one, or undefined if no such node exists or if this node has no parent.
The node that follows this one, or undefined if no such node exists or if this node has no parent.
Gets the node that is previous to this one, or undefined if no such node exists or if this node has no parent.
The node that is previous to this one, or undefined if no such node exists or if this node has no parent.
Removes this node from its parent if this node has a parent.
This node's parent, or undefined if it has no parent.
Throws an exception since XmlDtdParamEntityRef nodes cannot have any children.
Throws an exception since XmlDtdParamEntityRef nodes cannot have any children.
Returns an XML string representation of this node.
An XML string representation of this node.
Returns the root node of the current hierarchy. If this node has no parent, this node itself is returned.
The root node of the current hierarchy.
Gets the parent of this node.
The parent of this node.
Generated using TypeDoc
Represents an XML parameter entity reference in a document type definition.
An XML parameter entity reference is structured as follows, where
{entity}
is the name of the entity:The
{entity}
value is a property of this node.XmlDtdParamEntityRef nodes cannot have any children.