package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type token =
  1. | Lcomment
  2. | Rcomment
  3. | Mcomment
  4. | Ldoctype
  5. | Rdoctype
  6. | Mdoctype
  7. | Lpi
  8. | Rpi
  9. | Mpi
  10. | Lelement of string
  11. | Lelementend of string
  12. | Relement
  13. | Relement_empty
  14. | Cdata of string
  15. | Space of int
  16. | Name of string
  17. | Is
  18. | Literal of string
  19. | Other
  20. | Eof
val __ocaml_lex_tables : Stdlib.Lexing.lex_tables
val scan_document : Lexing.lexbuf -> token
val __ocaml_lex_scan_document_rec : Lexing.lexbuf -> int -> token
val scan_special : Lexing.lexbuf -> token
val __ocaml_lex_scan_special_rec : Lexing.lexbuf -> int -> token
val scan_comment : Lexing.lexbuf -> token
val __ocaml_lex_scan_comment_rec : Lexing.lexbuf -> int -> token
val scan_doctype : Lexing.lexbuf -> token
val __ocaml_lex_scan_doctype_rec : Lexing.lexbuf -> int -> token
val scan_pi : Lexing.lexbuf -> token
val __ocaml_lex_scan_pi_rec : Lexing.lexbuf -> int -> token
val scan_element : Lexing.lexbuf -> token
val __ocaml_lex_scan_element_rec : Lexing.lexbuf -> int -> token
val scan_element_after_Is : Lexing.lexbuf -> token
val __ocaml_lex_scan_element_after_Is_rec : Lexing.lexbuf -> int -> token
val scan_string_literal1 : Lexing.lexbuf -> string
val __ocaml_lex_scan_string_literal1_rec : Lexing.lexbuf -> int -> string
val scan_string_literal2 : Lexing.lexbuf -> string
val __ocaml_lex_scan_string_literal2_rec : Lexing.lexbuf -> int -> string
OCaml

Innovation. Community. Security.