dom-selector-0.2.0.1: DOM traversal by CSS selectors for xml-conduit package

Safe HaskellSafe-Inferred

Text.XML.Selector.Types

Synopsis

Documentation

data JQSelector Source

JQSelector represents one token of jquery selector. One JQSelector corresponds to "div#content", "a[href='/index.html']", etc. You can get a list of JQSelector by parseJQ, and show them by showJQ As long as you use query, you don't need to handle this type directly.

data RelPrev Source

Relationship to the preceding selector.

Constructors

Descendant 
Child 
Next 
Sibling