package pxp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val lexeme_len : 'a -> Pxp_lexing.lexbuf -> int
val sub_lexeme : 'a -> Lexing.lexbuf -> int -> int -> string
val lexeme : 'a -> Lexing.lexbuf -> string
val lexeme_char : 'a -> Lexing.lexbuf -> int -> int
val __ocaml_lex_tables : Stdlib.Lexing.lex_tables
val detect_xml_pi : 'a -> Lexing.lexbuf -> bool
val __ocaml_lex_detect_xml_pi_rec : 'a -> Lexing.lexbuf -> int -> bool
val scan_pi_string : 'a -> Lexing.lexbuf -> string option
val __ocaml_lex_scan_pi_string_rec : 'a -> Lexing.lexbuf -> int -> string option
val scan_xml_pi : < scan_character : unit -> 'a.. > -> Lexing.lexbuf -> Pxp_lexer_types.prolog_token
val __ocaml_lex_scan_xml_pi_rec : < scan_character : unit -> 'a.. > -> Lexing.lexbuf -> int -> Pxp_lexer_types.prolog_token
val scan_document : < factory : < open_string : string -> < lexeme : string ; scan_xml_pi : unit -> Pxp_lexer_types.prolog_token.. >.. > ; scan_character : unit -> 'a ; scan_pi_string : unit -> string option.. > -> Lexing.lexbuf -> Pxp_lexer_types.token * Pxp_lexer_types.lexers
val __ocaml_lex_scan_document_rec : < factory : < open_string : string -> < lexeme : string ; scan_xml_pi : unit -> Pxp_lexer_types.prolog_token.. >.. > ; scan_character : unit -> 'a ; scan_pi_string : unit -> string option.. > -> Lexing.lexbuf -> int -> Pxp_lexer_types.token * Pxp_lexer_types.lexers
val scan_document_type : < scan_character : unit -> 'a.. > -> Lexing.lexbuf -> Pxp_lexer_types.token * Pxp_lexer_types.lexers
val __ocaml_lex_scan_document_type_rec : < scan_character : unit -> 'a.. > -> Lexing.lexbuf -> int -> Pxp_lexer_types.token * Pxp_lexer_types.lexers
val __ocaml_lex_scan_comment_rec : 'a -> Lexing.lexbuf -> int -> Pxp_lexer_types.lexers -> Pxp_lexer_types.token * Pxp_lexer_types.lexers
val scan_declaration : < factory : < open_string : string -> < lexeme : string ; scan_characters : unit -> 'a ; scan_xml_pi : unit -> Pxp_lexer_types.prolog_token.. >.. > ; scan_character : unit -> 'b ; scan_pi_string : unit -> string option.. > -> Lexing.lexbuf -> Pxp_lexer_types.token * Pxp_lexer_types.lexers
val __ocaml_lex_scan_declaration_rec : < factory : < open_string : string -> < lexeme : string ; scan_characters : unit -> 'a ; scan_xml_pi : unit -> Pxp_lexer_types.prolog_token.. >.. > ; scan_character : unit -> 'b ; scan_pi_string : unit -> string option.. > -> Lexing.lexbuf -> int -> Pxp_lexer_types.token * Pxp_lexer_types.lexers
val scan_characters : 'a -> Lexing.lexbuf -> unit
val __ocaml_lex_scan_characters_rec : 'a -> Lexing.lexbuf -> int -> unit
val scan_character : 'a -> Lexing.lexbuf -> unit
val __ocaml_lex_scan_character_rec : 'a -> Lexing.lexbuf -> int -> unit
val scan_dtd_string : 'a -> Lexing.lexbuf -> Pxp_lexer_types.token
val __ocaml_lex_scan_dtd_string_rec : 'a -> Lexing.lexbuf -> int -> Pxp_lexer_types.token
val scan_content : < factory : < open_string : string -> < lexeme : string ; scan_xml_pi : unit -> Pxp_lexer_types.prolog_token.. >.. > ; scan_pi_string : unit -> string option.. > -> Lexing.lexbuf -> Pxp_lexer_types.token * Pxp_lexer_types.lexers
val __ocaml_lex_scan_content_rec : < factory : < open_string : string -> < lexeme : string ; scan_xml_pi : unit -> Pxp_lexer_types.prolog_token.. >.. > ; scan_pi_string : unit -> string option.. > -> Lexing.lexbuf -> int -> Pxp_lexer_types.token * Pxp_lexer_types.lexers
val scan_within_tag : < scan_character : unit -> 'a.. > -> Lexing.lexbuf -> Pxp_lexer_types.token * Pxp_lexer_types.lexers
val __ocaml_lex_scan_within_tag_rec : < scan_character : unit -> 'a.. > -> Lexing.lexbuf -> int -> Pxp_lexer_types.token * Pxp_lexer_types.lexers
val scan_tag_eb : < scan_character : unit -> 'a.. > -> Lexing.lexbuf -> Pxp_lexer_types.token * Pxp_lexer_types.lexers
val __ocaml_lex_scan_tag_eb_rec : < scan_character : unit -> 'a.. > -> Lexing.lexbuf -> int -> Pxp_lexer_types.token * Pxp_lexer_types.lexers
val scan_content_string : 'a -> Lexing.lexbuf -> Pxp_lexer_types.token
val __ocaml_lex_scan_content_string_rec : 'a -> Lexing.lexbuf -> int -> Pxp_lexer_types.token
val scan_tag_eb_att : 'a -> Lexing.lexbuf -> bool -> Pxp_lexer_types.token * Pxp_lexer_types.lexers
val __ocaml_lex_scan_tag_eb_att_rec : 'a -> Lexing.lexbuf -> int -> bool -> Pxp_lexer_types.token * Pxp_lexer_types.lexers
val scan_name_string : 'a -> Lexing.lexbuf -> Pxp_lexer_types.token
val __ocaml_lex_scan_name_string_rec : 'a -> Lexing.lexbuf -> int -> Pxp_lexer_types.token
val scan_ignored_section : 'a -> Lexing.lexbuf -> Pxp_lexer_types.token * Pxp_lexer_types.lexers
val __ocaml_lex_scan_ignored_section_rec : 'a -> Lexing.lexbuf -> int -> Pxp_lexer_types.token * Pxp_lexer_types.lexers
val scan_for_crlf : 'a -> Lexing.lexbuf -> Pxp_lexer_types.token
val __ocaml_lex_scan_for_crlf_rec : 'a -> Lexing.lexbuf -> int -> Pxp_lexer_types.token