DocumentType
sealed class DocumentType : Node, IDocumentType, INode, IEventTarget, IMarkupFormattable, IChildNode
Represents the document type node.
Gets a list of defined entities.
Gets or sets the internal subset of the document type.
Gets or sets the name of the document type.
Gets the element immediately following in this node's parent's list
of nodes, or null if the current element is the last element in
that list.
Gets a list of defined notations.
Gets the element immediately preceding in this node's parent's list
of nodes, null if the current element is the first element in that
list.
Gets or sets the public ID of the document type.
Gets or sets the system ID of the document type.
Inserts nodes after the current node.
Inserts nodes before the current node.
Removes the current element from the parent.
Replaces the current node with the nodes.