CefDomNode MembersXilium.CefGlue

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

The CefDomNode type exposes the following members.
Methods

  NameDescription
Public methodDispose
Releases all resources used by the CefDomNode
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
Properties

  NameDescription
Public propertyDocument
Returns the document associated with this node.
Public propertyElementTagName
The following methods are valid only for element nodes. Returns the tag name of this element.
Public propertyFirstChild
Return the first child node.
Public propertyFormControlElementType
Returns the type of this form control element node.
Public propertyHasAttributes
Returns true if this element has attributes.
Public propertyHasChildren
Returns true if this node has child nodes.
Public propertyInnerText
Returns the inner text of the element.
Public propertyIsEditable
Returns true if this is an editable node.
Public propertyIsElement
Returns true if this is an element node.
Public propertyIsFormControlElement
Returns true if this is a form control element node.
Public propertyIsText
Returns true if this is a text node.
Public propertyLastChild
Returns the last child node.
Public propertyName
Returns the name of this node.
Public propertyNextSibling
Returns the next sibling node.
Public propertyNodeType
Returns the type for this node.
Public propertyParent
Returns the parent node.
Public propertyPreviousSibling
Returns the previous sibling node.
Public propertyValue
Returns the value of this node.
Back to Top
See Also