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

Represents the DOCTYPE of a DOM Document.

Namespace:  WebKit.DOM
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public class DocumentType : Node
Visual Basic (Declaration)
Public Class DocumentType _
	Inherits Node
Visual C++
public ref class DocumentType : public Node

Inheritance Hierarchy

System..::.Object
  WebKit.DOM..::.Node
    WebKit.DOM..::.DocumentType

See Also