DocumentType Properties

WebKit .NET

[This is preliminary documentation and is subject to change.]

The DocumentType type exposes the following members.

Properties

  NameDescription
ChildNodes
Gets a collection containing this node's children.
(Inherited from Node.)
Entities
Gets a collection containing the entities declared in the DTD.
FirstChild
Gets the first child of this node.
(Inherited from Node.)
HasAttributes
Gets a value indicating whether this node has any attributes.
(Inherited from Node.)
HasChildNodes
Gets a value indicating whether this node has any children.
(Inherited from Node.)
InternalSubset
Gets the internal DTD as a string.
LastChild
Gets the last child of this node.
(Inherited from Node.)
LocalName
Gets the local part of the name of a node.
(Inherited from Node.)
Name
Gets the name of the DTD.
NamespaceURI
Gets the namespace URI of this node.
(Inherited from Node.)
NextSibling
Gets the node immediately following this one.
(Inherited from Node.)
NodeName
Gets the name of this node.
(Inherited from Node.)
NodeType
Gets the type of this node.
(Inherited from Node.)
NodeValue
Gets or sets the value of this node.
(Inherited from Node.)
Notations
Gets a collection containing the notations declared in the DTD.
OwnerDocument
Gets the document that this node belongs to.
(Inherited from Node.)
ParentNode
Gets the parent of this node.
(Inherited from Node.)
Prefix
Gets or sets the namespace prefix of this node.
(Inherited from Node.)
PreviousSibling
Gets the node immediately preceding this one.
(Inherited from Node.)
PublicID
Gets the public identifier of the external DTD.
SystemID
Gets the system identifier of the external DTD.
TextContent
Gets or sets the textual content of this node.
(Inherited from Node.)

See Also