[This is preliminary documentation and is subject to change.]
The CefDomNode type exposes the following members.Methods
Name | Description | |
---|---|---|
Dispose | ||
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
GetAsMarkup |
Returns the contents of this node as markup.
| |
GetAttribute |
Returns the element attribute named |attrName|.
| |
GetAttributes |
Returns a map of all element attributes.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
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.
| |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
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.
| |
ToString | (Inherited from Object.) |
See Also