Click or drag to resize

CefDomNode Methods

The CefDomNode type exposes the following members.

Methods
  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetAsMarkup
Returns the contents of this node as markup.
Public methodGetAttribute
Returns the element attribute named |attrName|.
Public methodGetAttributes
Returns a map of all element attributes.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasAttribute
Returns true if this element has an attribute named |attrName|.
Public methodIsSame
Returns true if this object is pointing to the same handle as |that| object.
Public methodSetAttribute
Set the value for the element attribute named |attrName|. Returns true on success.
Public methodSetValue
Set the value of this node. Returns true on success.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also