CefDomNode PropertiesXilium.CefGlue

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

The CefDomNode type exposes the following members.
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