DotNetBrowser.Dom Namespace |
Class | Description | |
---|---|---|
DomException |
Thrown when an operation on the DOM element fails.
| |
PointInspection |
Provides information about a DOM node at the specified point inside the loaded document.
|
Interface | Description | |
---|---|---|
IAttribute |
Represents DOM HTML attribute.
| |
IAttributes |
A dictionary that contains IElement attributes. Modifying this dictionary
will lead to modifying the element attributes.
| |
IDocument |
Represents DOM HTML document of the web page.
| |
IElement |
Represents DOM HTML element.
| |
IFormControlElement |
Represents the form control element.
| |
IFormElement |
Represents DOM HTML Form element.
| |
IFrameElement |
Represents an HTML <frame> or <iframe> element.
| |
IImageElement |
Represents DOM HTML image element <img>.
| |
IInputElement |
Represents the DOM element with <input> tag.
| |
INode |
A single HTML DOM node in the document tree. All
DOM objects implement the INode interface.
| |
INodeCollection |
Represents a collection of the DOM nodes.
| |
IOptionElement |
Represents the DOM HTML <option> element.
| |
ISearchContext |
The base interface for search that is implemented by the DOM objects that provide
search mechanisms.
| |
ISelectElement |
Represents DOM HTML <select> element.
| |
ITextAreaElement |
Represents DOM HTML <textarea> element.
|
Enumeration | Description | |
---|---|---|
AlignTo |
Represents the values that can be used to describe how the element
will be aligned to the visible area of the scrollable ancestor.
| |
DocumentPosition |
Enumeration of the document position that represent the relationship
between two nodes within the Document.
| |
NodeType |
Represents the node types that can be used to distinguish different kind of nodes
(such as an HTML element, text, attribute) from each other.
|