package cascade

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Cascade_htmlSource

Sourcemodule Html : sig ... end

A mutable HTML tree, parsed and printed with markup.ml.

Sourcemodule Html_node : sig ... end

An Html element as a Cascade.Resolve.NODE, so the library can match selectors and resolve the cascade against a parsed page.