Click or drag to resize

CefXmlNodeType Enumeration

XML node types.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public enum CefXmlNodeType
Members
Member nameValueDescription
Unsupported0 
ProcessingInstruction1 
DocumentType2 
ElementStart3 
ElementEnd4 
Attribute5 
Text6 
CData7 
EntityReference8 
WhiteSpace9 
Comment10 
See Also