module Parse_util:sig
..end
type
xml_lexers = {
|
encoding : |
|
opening_tag_state : |
|
closing_tag_state : |
|
text_state : |
|
attribute_text_state : |
|
pi_state : |
|
cdata_state : |
|
comment_state : |
type
language_lexers = {
|
language : |
|
schema_declaration_state : |
|
type_declaration_state : |
|
xtype_state : |
|
default_state : |
|
operator_state : |
|
namespacedecl_state : |
|
namespacekeyword_state : |
|
copynamespaces_state : |
|
xmlspacedecl_state : |
|
itemtype_state : |
|
kindtest_state : |
|
kindtestforpi_state : |
|
schemacontextstep_state : |
|
varname_state : |
|
vardecl_state : |
|
pragma_state : |
val register_lexer : xml_lexers -> unit
val set_lexer : Encoding.rep_encoding -> unit
val xquery_lexfun : Lexing_util.lexing_handler -> Stdlib.Lexing.lexbuf -> Parse_xquery.token