package SZXX
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
For those who want finer-grained control and want to parse (using Angstrom) and fold (using this module) by hand.
val sexp_of_partial_text : partial_text -> Sexplib0.Sexp.t
val compare_partial_text : partial_text -> partial_text -> int
val equal_partial_text : partial_text -> partial_text -> bool
type partial = {
tag : string;
tag_hash : int;
attrs : DOM.attr_list;
text : partial_text list;
children : DOM.element list;
staged : DOM.element list;
}
val sexp_of_partial : partial -> Sexplib0.Sexp.t
module To_DOM : sig ... end
Assemble a sequence of SAX.node
"events" into a classic XML document
module Stream : sig ... end
Assemble a sequence of SAX.node
"events" into a "shallow DOM" while streaming out the children matching a certain path. Those children aren't added to the DOM (hence "shallow").
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>