pxp
Polymorphic XML Parser
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package pxp
-
pxp_engine
-
pxp_lex_iso88591
-
pxp_lex_utf8
-
pxp_ulex_utf8
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library pxp_engine
module StringMap : sig ... end
type resolver_id = {
rid_private : private_id option; |
rid_public : string option; |
rid_system : string option; |
rid_system_base : string option; |
}
type content_model_type =
| Unspecified |
| Empty |
| Any |
| Mixed of mixed_spec list |
| Regexp of regexp_spec |
and regexp_spec =
| Optional of regexp_spec |
| Repeated of regexp_spec |
| Repeated1 of regexp_spec |
| Alt of regexp_spec list |
| Seq of regexp_spec list |
| Child of string |
ON THIS PAGE
No table of contents