[This is preliminary documentation and is subject to change.]
The CefDomDocument type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the CefDomDocument |
![]() | ![]() | (Inherited from ![]() |
![]() | Finalize | (Overrides ![]() |
![]() | GetCompleteUrl |
Returns a complete URL based on the document base URL and the specified
partial URL.
|
![]() | GetElementById |
Returns the document element with the specified ID value.
|
![]() | ![]() |
Serves as a hash function for a particular type.
(Inherited from ![]() |
![]() | ![]() |
Gets the (Inherited from ![]() ![]() |
![]() | ![]() |
Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | BaseUrl |
Returns the base URL for the document.
|
![]() | Body |
Returns the BODY node of an HTML document.
|
![]() | DocumentType |
Returns the document type.
|
![]() | FocusedNode |
Returns the node that currently has keyboard focus.
|
![]() | GetSelectionAsText |
Returns the contents of this selection as text.
|
![]() | GetSelectionEndOffset |
Returns the selection offset within the end node.
|
![]() | HasSelection |
Returns true if a portion of the document is selected.
|
![]() | Head |
Returns the HEAD node of an HTML document.
|
![]() | Root |
Returns the root document node.
|
![]() | SelectionAsMarkup |
Returns the contents of this selection as markup.
|
![]() | SelectionStartOffset |
Returns the selection offset within the start node.
|
![]() | Title |
Returns the title of an HTML document.
|
See Also