CefDomNode MethodsXilium.CefGlue

[This is preliminary documentation and is subject to change.]

The CefDomNode type exposes the following members.
Methods

  NameDescription
Public methodDispose
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
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 methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
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.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
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 methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also