Css_parsermodule Lexer = Css_parser_lexermodule Recoverable_error : sig ... endmodule Partial_parsing_behavior : sig ... endmodule Parsing_config : sig ... endtype comment = string * Css_parser_common.Location.ttype 'a with_loc = 'a * Css_parser_common.Location.ttype 'a with_comments = 'a * comment listtype num_with_exponent =
string
* Css_parser_common.Numeric_value.t
* Css_parser_common.Exponent.t optiontype dimension_with_exponent =
string
* Css_parser_common.Numeric_value.t
* Css_parser_common.Exponent.t option
* stringmodule Interpolation_sigil = Css_parser_common.Token.Sigilmodule Stylesheet : sig ... endmodule Rule : sig ... endmodule Declaration_list : sig ... endmodule At_rule : sig ... endmodule Qualified_rule : sig ... endmodule Style_rule : sig ... endmodule Simple_block : sig ... endmodule Component_value : sig ... endmodule Declaration : sig ... endmodule Style_block : sig ... endmodule Selector : sig ... endmodule Pseudoclass_element_selector : sig ... endmodule Combinator : sig ... endmodule Compound_selector : sig ... endmodule Complex_selector : sig ... endmodule Selector_list : sig ... endmodule For_apply_style : sig ... endmodule Traverse : sig ... endmodule Normalize : sig ... endval parse_stylesheet :
?pos:Css_parser_common.Position.t ->
parsing_config:Parsing_config.t ->
string ->
Css_parser__.Types.Rule.t list * Css_parser_common.Location.tval stylesheet_to_string :
(Css_parser__.Types.Rule.t list * Css_parser_common.Location.t) ->
stringval parse_style_block_contents :
?pos:Css_parser_common.Position.t ->
parsing_config:Parsing_config.t ->
string ->
Css_parser__.Types.Style_block.Block_element.t list
* Css_parser_common.Location.tval style_block_contents_to_string :
(Css_parser__.Types.Style_block.Block_element.t list
* Css_parser_common.Location.t) ->
stringval parse_for_apply_style :
?pos:Css_parser_common.Position.t ->
string ->
(Css_parser__.Types.Component_value.t * Css_parser_common.Location.t) list
* Css_parser_common.Location.tval for_apply_style_to_string :
((Css_parser__.Types.Component_value.t * Css_parser_common.Location.t) list
* Css_parser_common.Location.t) ->
stringmodule For_testing : sig ... end