Module Parser

module Parser: sig .. end
Convert a XML document to a Syntax.t.


Convert a XML document to a Syntax.t.
val parse_xml : Xml.xml -> Bulletml.Syntax.t
Convert a whole document to a whole Syntax.t.
val parse_action : Xml.xml list -> Bulletml.Syntax.action
Parse only a Syntax.action.

The argument is a list of children of an <action> element.

val parse_bullet : Xml.xml list -> Bulletml.Syntax.bullet
Parse only a Syntax.bullet.

The argument is a list of children of a <bullet> element.

val parse_fire : Xml.xml list -> Bulletml.Syntax.fire
Parse only a Syntax.fire.

The argument is a list of children of a <fire> element.