Click or drag to resize

CefDomDocument Class

Class used to represent a DOM document. The methods of this class should only be called on the render process main thread thread.
Inheritance Hierarchy
SystemObject
  Internal.Xilium.CefGlueCefDomDocument

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public sealed class CefDomDocument : IDisposable

The CefDomDocument type exposes the following members.

Properties
 NameDescription
Public propertyBaseUrl Returns the base URL for the document.
Public propertyBody Returns the BODY node of an HTML document.
Public propertyDocumentType Returns the document type.
Public propertyFocusedNode Returns the node that currently has keyboard focus.
Public propertyGetSelectionAsText Returns the contents of this selection as text.
Public propertyGetSelectionEndOffset Returns the selection offset within the end node.
Public propertyHasSelection Returns true if a portion of the document is selected.
Public propertyHead Returns the HEAD node of an HTML document.
Public propertyRoot Returns the root document node.
Public propertySelectionAsMarkup Returns the contents of this selection as markup.
Public propertySelectionStartOffset Returns the selection offset within the start node.
Public propertyTitle Returns the title of an HTML document.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the CefDomDocument
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize
(Overrides ObjectFinalize)
Public methodGetCompleteUrl Returns a complete URL based on the document base URL and the specified partial URL.
Public methodGetElementById Returns the document element with the specified ID value.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also