CefDomNode Methods | 
The CefDomNode type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | ||
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | (Overrides ObjectFinalize.) | |
| 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 the default hash function.  (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.
              | |
| 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 | 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.) |