[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:WebKit.DOM.NodeType"]
Assembly: WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# |
|---|
public enum NodeType |
| Visual Basic (Declaration) |
|---|
Public Enumeration NodeType |
| Visual C++ |
|---|
public enum class NodeType |
Members
| Member name | Description | |
|---|---|---|
| Element | ||
| Attribute | ||
| Text | ||
| CDATASection | ||
| EntityReference | ||
| Entity | ||
| ProcessingInstruction | ||
| Comment | ||
| Document | ||
| DocumentType | ||
| DocumentFragment | ||
| Notation | ||
| XPathNamespace |