[This is preliminary documentation and is subject to change.]
The CefDomNode type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the CefDomNode |
![]() | ![]() | (Inherited from ![]() |
![]() | Finalize | (Overrides ![]() |
![]() | GetAsMarkup |
Returns the contents of this node as markup.
|
![]() | GetAttribute |
Returns the element attribute named |attrName|.
|
![]() | GetAttributes |
Returns a map of all element attributes.
|
![]() | ![]() |
Serves as a hash function for a particular type.
(Inherited from ![]() |
![]() | ![]() |
Gets the (Inherited from ![]() ![]() |
![]() | HasAttribute |
Returns true if this element has an attribute named |attrName|.
|
![]() | IsSame |
Returns true if this object is pointing to the same handle as |that|
object.
|
![]() | ![]() |
Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | SetAttribute |
Set the value for the element attribute named |attrName|. Returns true on
success.
|
![]() | SetValue |
Set the value of this node. Returns true on success.
|
![]() | ![]() | (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | Document |
Returns the document associated with this node.
|
![]() | ElementTagName |
The following methods are valid only for element nodes.
Returns the tag name of this element.
|
![]() | FirstChild |
Return the first child node.
|
![]() | FormControlElementType |
Returns the type of this form control element node.
|
![]() | HasAttributes |
Returns true if this element has attributes.
|
![]() | HasChildren |
Returns true if this node has child nodes.
|
![]() | InnerText |
Returns the inner text of the element.
|
![]() | IsEditable |
Returns true if this is an editable node.
|
![]() | IsElement |
Returns true if this is an element node.
|
![]() | IsFormControlElement |
Returns true if this is a form control element node.
|
![]() | IsText |
Returns true if this is a text node.
|
![]() | LastChild |
Returns the last child node.
|
![]() | Name |
Returns the name of this node.
|
![]() | NextSibling |
Returns the next sibling node.
|
![]() | NodeType |
Returns the type for this node.
|
![]() | Parent |
Returns the parent node.
|
![]() | PreviousSibling |
Returns the previous sibling node.
|
![]() | Value |
Returns the value of this node.
|
See Also