ocamlnet
Internet protocols (HTTP, CGI, e-mail etc.) and helper data structures
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package ocamlnet
-
equeue
-
netaccel
-
netcamlbox
-
netcgi
-
netcgi2-plex
-
netclient
-
nethttpd
-
netplex
-
netstring
-
netsys
-
netsys_oothr
-
netsys_oothr_mt
-
netunidata
-
rpc
-
rpc_auth_local
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library netstring
Module
Nethtml
type model_constraint = [
| `Any |
| `Block |
| `Elements of string list |
| `Empty |
| `Except of model_constraint * model_constraint |
| `Flow |
| `Inline |
| `Or of model_constraint * model_constraint |
| `Special |
| `Sub_exclusions of string list * model_constraint |
]
type simplified_dtd = (string * (element_class * model_constraint)) list
val html40_dtd : simplified_dtd
val relaxed_html40_dtd : simplified_dtd
val parse_document :
?dtd:simplified_dtd ->
?return_declarations:bool ->
?return_pis:bool ->
?return_comments:bool ->
?case_sensitive:bool ->
Lexing.lexbuf ->
document list
val parse :
?dtd:simplified_dtd ->
?return_declarations:bool ->
?return_pis:bool ->
?return_comments:bool ->
?case_sensitive:bool ->
Netchannels.in_obj_channel ->
document list
val decode :
?enc:Netconversion.encoding ->
?subst:( int -> string ) ->
?entity_base:[ `Empty | `Html | `Xml ] ->
?lookup:( string -> string ) ->
?dtd:simplified_dtd ->
document list ->
document list
val encode :
?enc:Netconversion.encoding ->
?prefer_name:bool ->
?dtd:simplified_dtd ->
document list ->
document list
val xmap_list :
( xmap_value -> string ) ->
string option ->
document list ->
document list
val write :
?dtd:simplified_dtd ->
?xhtml:bool ->
Netchannels.out_obj_channel ->
document list ->
unit
ON THIS PAGE
No table of contents