package tyxml-syntax

  1. Overview
  2. Docs

Module Tyxml_syntaxSource

Sourcemodule Attribute_value : sig ... end

Attribute value parsers and parser combinators.

Sourcemodule Attributes : sig ... end

Attribute parsing.

Sourcemodule Common : sig ... end
Sourcemodule Element : sig ... end

Element parsing.

Sourcemodule Element_content : sig ... end

Element child argument assemblers. These are almost parsers, except they only tell how to pass already-parsed children to element functions.

Sourcemodule Html_sigs_reflected : sig ... end
Sourcemodule Html_types_reflected : sig ... end
Sourcemodule Name_convention : sig ... end

Gives the tyxml names for HTML elements and attributes.

Sourcemodule Namespace : sig ... end

Namespace-specific values.

module Sigs_reflected : sig ... end

Signature of Html_sigs_reflected and Svg_sigs_reflected (but not Html_types_reflected).

Sourcemodule Svg_sigs_reflected : sig ... end
Sourcemodule Svg_types_reflected : sig ... end