[This is preliminary documentation and is subject to change.]
DOM node types.
Namespace: Xilium.CefGlueAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unsupported | 0 | ||
| Element | 1 | ||
| Attribute | 2 | ||
| Text | 3 | ||
| CDataSection | 4 | ||
| ProcessingInstruction | 5 | ||
| Comment | 6 | ||
| Document | 7 | ||
| DocumentType | 8 | ||
| DocumentFragment | 9 |
See Also