Show / Hide Table of Contents

Namespace Supremes.Nodes

Classes

Attribute

A single key + value attribute.

Attributes

The attributes of an Element.

Comment

A comment node.

DataNode

A data node, for contents of style, script tags etc, where contents should not show in text().

Document

A HTML Document.

DocumentOutputSettings

A Document's output settings control the form of the text() and html() methods.

Element

A HTML element consists of a tag name, attributes, and child nodes (including text nodes and other elements).

Elements

A list of Element s, with methods that act on every element in the list.

To get an Elements object, use the Select(String) method.

FormElement

A HTML Form Element provides ready access to the form fields/controls that are associated with it.

Node

The base, abstract Node model.

Tag

HTML Tag capabilities.

TextNode

A text node.

XmlDeclaration

An XML Declaration.

Enums

DocumentEscapeMode

Specifies the document's current HTML escape mode.

DocumentQuirksMode

Specifies how browsers should display an HTML file.

DocumentSyntax

Specifies the output serialization syntax.

Back to top Generated by DocFX