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: 2024.1.1.0 (2024.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 methodDispose
Releases all resources used by the CefDomDocument
Public methodEquals
Determines 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also