IDocument Properties |
The IDocument type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseUri |
Gets the <base> element's href attribute if one
is present.
|
![]() | Children |
Gets the collection of the child nodes. Modifying this collection will lead to the DOM tree modification.
(Inherited from INode.) |
![]() | Document |
Gets the document instance containing this node.
(Inherited from INode.) |
![]() | DocumentElement |
Gets the document HTML element that usually represents HTML tag.
|
![]() | Events |
Gets the DOM events that can be listened.
(Inherited from IEventTarget.) |
![]() | FocusedElement |
Gets the currently focused element in the document.
|
![]() | Frame |
Gets the frame containing this node.
(Inherited from INode.) |
![]() | IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) |
![]() | NextSibling |
Gets the next sibling node in the document tree.
(Inherited from INode.) |
![]() | NodeName |
Gets the name of this node, depending on its NodeType.
(Inherited from INode.) |
![]() | NodeValue |
Gets the value of this node, depending on its NodeType.
(Inherited from INode.) |
![]() | Parent |
Gets the parent node.
(Inherited from INode.) |
![]() | PreviousSibling |
Gets the previous sibling node in the document tree.
(Inherited from INode.) |
![]() | TextContent |
Gets or sets the text content of the node and its descendants.
(Inherited from INode.) |
![]() | Type |
Gets the type of this node.
(Inherited from INode.) |
![]() | XPath |
Gets an XPath for the current Node.
(Inherited from INode.) |