Docs GODI Archive
Projects Blog Link DB

Search GODI:


More options
File lib/ocaml/pkg-lib/netstring/nethtml_scanner.cmi_pretty GODI Package godi-ocamlnet
Library netstring
 
   nethtml_scanner.cmi_pretty    Sources  
type token =
  Nethtml_scanner.token =
    Lcomment
  | Rcomment
  | Mcomment
  | Ldoctype
  | Rdoctype
  | Mdoctype
  | Lpi
  | Rpi
  | Mpi
  | Lelement of string
  | Lelementend of string
  | Relement
  | Cdata of string
  | Space of int
  | Name of string
  | Is
  | Literal of string
  | Other
  | Eof
val __ocaml_lex_tables : 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
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml