Click or drag to resize

CefDomNode Methods

The CefDomNode type exposes the following members.

Methods
 NameDescription
Public methodDispose 
Public methodEqualsDetermines 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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets 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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also