[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 | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
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.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
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