[][src]Crate nipper

HTML parsing,querying and manipulation with CSS selectors.

Structs

Document

Document represents an HTML document to be manipulated.

NodeId

Node ID.

Selection

Selection represents a collection of nodes matching some criteria. The initial Selection object can be created by using Doucment.select, and then manipulated using methods itself.

Type Definitions

Node

Alias for NodeRef.