[This is preliminary documentation and is subject to change.]
The CefDomDocument type exposes the following members.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