Skip to main content
Module

x/deno_temme/deps.ts

fork from temme
Latest
import * as denoTemme from "https://deno.land/x/deno_temme@v1.0.0/deps.ts";

Classes

c
Cheerio
abstract

The root node of the document.

An element within the DOM.

c
cheerio.Node
abstract

This object will be used as the prototype for Nodes when creating a DOM-Level-1-compliant structure.

Variables

v
cheerio.contains
deprecated

In order to promote consistency with the jQuery library, users are encouraged to instead use the static method of the same name.

v
cheerio.default
deprecated

The default cheerio instance.

Create a querying function, bound to a document created from the provided markup.

v
cheerio.merge
deprecated

In order to promote consistency with the jQuery library, users are encouraged to instead use the static method of the same name.

In order to promote consistency with the jQuery library, users are encouraged to instead use the static method of the same name as it is defined on the "loaded" Cheerio factory function.

v
cheerio.root
deprecated

Users seeking to access the top-level element of a parsed document should instead use the root static method of a "loaded" Cheerio function.

Functions

Renders the document.

Render the document as text.

Render the document as XML.

Interfaces

A querying function, bound to a document created from the provided markup.

Options accepted by Cheerio.

Options accepted by htmlparser2, the default parser for XML.

Options for parse5, the default parser for HTML.

Type Aliases

Elements that can be passed to manipulation methods, including functions.

Supported filter types, for traversal methods.

Elements that can be passed to manipulation methods.

Function signature, for traversal methods.

Type for identifying selectors. Allows us to "upgrade" queries using selectors to return Elements.