Node Class |
Namespace: CefSharp.DevTools.DOM
The Node type exposes the following members.
Name | Description | |
---|---|---|
![]() | Attributes |
Attributes of the `Element` node in the form of flat array `[name1, value1, name2, value2]`.
|
![]() | BackendNodeId |
The BackendNodeId for this node.
|
![]() | BaseURL |
Base URL that `Document` or `FrameOwner` node uses for URL completion.
|
![]() | ChildNodeCount |
Child count for `Container` nodes.
|
![]() | Children |
Child nodes of this node when requested with children.
|
![]() | ContentDocument |
Content document for frame owner elements.
|
![]() | DistributedNodes |
Distributed nodes for given insertion point.
|
![]() | DocumentURL |
Document URL that `Document` or `FrameOwner` node points to.
|
![]() | FrameId |
Frame ID for frame owner elements.
|
![]() | ImportedDocument |
Import document for the HTMLImport links.
|
![]() | InternalSubset |
`DocumentType`'s internalSubset.
|
![]() | IsSVG |
Whether the node is SVG.
|
![]() | LocalName |
`Node`'s localName.
|
![]() | Name |
`Attr`'s name.
|
![]() | NodeId |
Node identifier that is passed into the rest of the DOM messages as the `nodeId`. Backend
will only push node with given `id` once. It is aware of all requested nodes and will only
fire DOM events for nodes known to the client.
|
![]() | NodeName |
`Node`'s nodeName.
|
![]() | NodeType |
`Node`'s nodeType.
|
![]() | NodeValue |
`Node`'s nodeValue.
|
![]() | ParentId |
The id of the parent node if any.
|
![]() | PseudoElements |
Pseudo elements associated with this node.
|
![]() | PseudoType | |
![]() | PublicId |
`DocumentType`'s publicId.
|
![]() | ShadowRoots |
Shadow root list for given element host.
|
![]() | ShadowRootType | |
![]() | SystemId |
`DocumentType`'s systemId.
|
![]() | TemplateContent |
Content document fragment for template elements.
|
![]() | Value |
`Attr`'s value.
|
![]() | XmlVersion |
`Document`'s XML version in case of XML documents.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToDictionary | (Inherited from DevToolsDomainEntityBase.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |