[This is preliminary documentation and is subject to change.]
XML 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 | ||
| ProcessingInstruction | 1 | ||
| DocumentType | 2 | ||
| ElementStart | 3 | ||
| ElementEnd | 4 | ||
| Attribute | 5 | ||
| Text | 6 | ||
| CData | 7 | ||
| EntityReference | 8 | ||
| WhiteSpace | 9 | ||
| Comment | 10 |
See Also