package csvfields

  1. Overview
  2. Docs
Runtime support for ppx_xml_conv and ppx_csv_conv

Install

Dune Dependency

Authors

Maintainers

Sources

csvfields-v0.14.0.tar.gz
sha256=cf86add2987a1ad2891fa72f941165411f62dc0a433ce57fbc4f1e914f3750b9
md5=414b2dfea05667d13f31a2e8eb6823e6

doc/csvfields.xml-light/Xml_light/Xml_lexer/index.html

Module Xml_light.Xml_lexerSource

Sourcetype error =
  1. | EUnterminatedComment
  2. | EUnterminatedString
  3. | EIdentExpected
  4. | ECloseExpected
  5. | ENodeExpected
  6. | EAttributeNameExpected
  7. | EAttributeValueExpected
  8. | EUnterminatedEntity
Sourcetype dtd_error =
  1. | EInvalidDTDDecl
  2. | EInvalidDTDTag
  3. | EDTDItemExpected
  4. | EInvalidDTDElement
  5. | EInvalidDTDAttribute
Sourceexception Error of error
Sourceexception DTDError of dtd_error
Sourcetype dtd_decl =
  1. | DTDFile of string
  2. | DTDData of Dtd0.dtd
Sourcetype token =
  1. | Tag of string * (string * string) list * bool
  2. | PCData of string
  3. | Endtag of string
  4. | DocType of string * dtd_decl
  5. | Eof
Sourcetype pos = int * int * int * int
Sourceval init : Lexing.lexbuf -> unit
Sourceval close : Lexing.lexbuf -> unit
Sourceval token : Lexing.lexbuf -> token
Sourceval restore : pos -> unit
OCaml

Innovation. Community. Security.