CefDomDocument MembersXilium.CefGlue

[This is preliminary documentation and is subject to change.]

The CefDomDocument type exposes the following members.
Methods

  NameDescription
Public methodDispose
Releases all resources used by the CefDomDocument
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
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 methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
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.
Back to Top
See Also