CefDomNodeType EnumerationXilium.CefGlue

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

DOM node types.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public enum CefDomNodeType
Members

  Member nameValueDescription
Unsupported0
Element1
Attribute2
Text3
CDataSection4
ProcessingInstruction5
Comment6
Document7
DocumentType8
DocumentFragment9
See Also