Click or drag to resize

CefDomNodeType Enumeration

DOM node types.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum CefDomNodeType
Members
  Member nameValueDescription
Unsupported0
Element1
Attribute2
Text3
CDataSection4
ProcessingInstruction5
Comment6
Document7
DocumentType8
DocumentFragment9
See Also