= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Ulexing = Netulex.Ulexing
val lexeme_len : 'a -> Ulexing.lexbuf -> int
val detect_xml_pi : 'a -> Ulexing.lexbuf -> bool
val scan_pi_string :
< sub_lexeme : int -> int -> 'a.. > ->
Ulexing.lexbuf ->
'a option
val scan_xml_pi :
< lexeme : string ; scan_character : unit -> 'a.. > ->
Ulexing.lexbuf ->
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
; sub_lexeme : int -> int -> string.. > ->
Ulexing.lexbuf ->
Pxp_lexer_types.token * Pxp_lexer_types.lexers
val scan_document_type :
< lexeme : string
; scan_character : unit -> 'a
; sub_lexeme : int -> int -> string.. > ->
Ulexing.lexbuf ->
Pxp_lexer_types.token * Pxp_lexer_types.lexers
val scan_comment :
< lexeme : string.. > ->
Ulexing.lexbuf ->
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.. >.. >
; lexeme : string
; scan_character : unit -> 'b
; scan_pi_string : unit -> string option
; sub_lexeme : int -> int -> string.. > ->
Ulexing.lexbuf ->
Pxp_lexer_types.token * Pxp_lexer_types.lexers
val scan_characters : 'a -> Ulexing.lexbuf -> unit
val scan_character : 'a -> Ulexing.lexbuf -> unit
val scan_dtd_string :
< lexeme : string ; sub_lexeme : int -> int -> string.. > ->
Ulexing.lexbuf ->
Pxp_lexer_types.token
val scan_content :
< factory :
< open_string :
string ->
< lexeme : string
; scan_xml_pi : unit -> Pxp_lexer_types.prolog_token.. >.. >
; lexeme : string
; lexeme_char : int -> int
; scan_pi_string : unit -> string option
; sub_lexeme : int -> int -> string.. > ->
Ulexing.lexbuf ->
Pxp_lexer_types.token * Pxp_lexer_types.lexers
val scan_within_tag :
< lexeme : string
; scan_character : unit -> 'a
; sub_lexeme : int -> int -> string.. > ->
Ulexing.lexbuf ->
Pxp_lexer_types.token * Pxp_lexer_types.lexers
val scan_tag_eb :
< lexeme : string ; scan_character : unit -> 'a.. > ->
Ulexing.lexbuf ->
Pxp_lexer_types.token * Pxp_lexer_types.lexers
val scan_content_string :
< sub_lexeme : int -> int -> string.. > ->
Ulexing.lexbuf ->
Pxp_lexer_types.token
val scan_tag_eb_att :
< lexeme : string ; sub_lexeme : int -> int -> string.. > ->
Ulexing.lexbuf ->
bool ->
Pxp_lexer_types.token * Pxp_lexer_types.lexers
val scan_name_string :
< lexeme : string.. > ->
Ulexing.lexbuf ->
Pxp_lexer_types.token
val scan_ignored_section :
'a ->
Ulexing.lexbuf ->
Pxp_lexer_types.token * Pxp_lexer_types.lexers
val scan_for_crlf :
< lexeme : string.. > ->
Ulexing.lexbuf ->
Pxp_lexer_types.token