CefDomDocument Class |
Namespace: Internal.Xilium.CefGlue
public sealed class CefDomDocument : IDisposable
The CefDomDocument type exposes the following members.
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.
|
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the CefDomDocument |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | (Overrides ObjectFinalize.) |
![]() | 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 the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) |
![]() | PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |