package pxp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val pull_counter_limit : int
val mutable pull_counter : int
val mutable permit_any_content : bool
val mutable p_internal_subset : bool
val mutable ns_scope : Pxp_dtd.namespace_scope option
val mutable n_tags_open : int
val mutable n_entities_open : int
val mutable dtd : Pxp_dtd.dtd
val config : Pxp_types.config
method private virtual event_char_data : string -> unit
method private virtual event_comment : (string * int * int) option -> string list -> unit
method private virtual event_document_xmldecl : Pxp_lexer_types.prolog_token list -> unit
method private virtual event_end_tag : string -> Pxp_lexer_types.entity_id -> unit
method private virtual event_pinstr : (string * int * int) option -> string -> string -> Pxp_lexer_types.entity_id -> unit
method private virtual event_start_tag : (string * int * int) option -> string -> (string * string) list -> bool -> Pxp_lexer_types.entity_id -> unit
method private virtual init_for_xml_body : Pxp_lexer_types.entity_id -> unit
method private init_ns_processing : Pxp_dtd.namespace_manager -> unit
method private only_whitespace : string -> unit
method parse : context -> extended_entry -> unit
method private pop_src_norm_mapping : unit -> unit
method private push_src_norm_mapping : Pxp_dtd.namespace_manager -> string -> (string * string) list -> string * string * string * (string * string * string * string) list
method private virtual sub_parser : unit -> core_parser
OCaml

Innovation. Community. Security.