package pxp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type validation_record = {
  1. content_model : Pxp_core_types.I.content_model_type;
  2. content_dfa : Pxp_dfa.dfa_definition option Lazy.t;
  3. id_att_name : string option;
  4. idref_att_names : string list;
  5. att_lookup : int Pxp_aux.Str_hashtbl.t;
  6. init_att_vals : (string * Pxp_core_types.I.att_value) array;
  7. att_info : (Pxp_core_types.I.att_type * bool) array;
  8. att_required : int list;
  9. accept_undeclared_atts : bool;
}
class namespace_manager : object ... end
val create_namespace_manager : unit -> namespace_manager
class type namespace_scope = object ... end
class namespace_scope_impl : namespace_manager -> namespace_scope option -> (string * string) list -> namespace_scope
val create_namespace_scope : ?parent:namespace_scope -> ?decl:(string * string) list -> namespace_manager -> namespace_scope
class dtd_element : dtd -> string -> object ... end
class proc_instruction : string -> string -> Pxp_core_types.I.rep_encoding -> object ... end
module Entity : sig ... end