Plasma GitLab Archive
Projects Blog Knowledge

?swarner:Pxp_types.symbolic_warnings ->
Pxp_types.collect_warnings ->
Pxp_types.rep_encoding ->
object
  method add_pinstr : Pxp_dtd.proc_instruction -> unit
  method display :
    ?prefer_dtd_reference:bool ->
    ?dtd_style:[ `Auto | `Included | `Omit | `Reference ] ->
    ?minimization:[ `AllEmpty | `DeclaredEmpty | `None ] ->
    Pxp_types.output_stream -> Pxp_types.encoding -> unit
  method dtd : Pxp_dtd.dtd
  method dump : Format.formatter -> unit
  method encoding : Pxp_types.rep_encoding
  method init_root :
    (< clone : 'a; node : 'Pxp_document.node;
       set_node : 'Pxp_document.node -> unit; .. >
     as 'a)
    Pxp_document.node -> string -> unit
  method init_xml_version : string -> unit
  method pinstr : string -> Pxp_dtd.proc_instruction list
  method pinstr_names : string list
  method raw_root_name : string
  method root : 'Pxp_document.node
  method write :
    ?default:string ->
    ?prefer_dtd_reference:bool ->
    ?dtd_style:[ `Auto | `Included | `Omit | `Reference ] ->
    ?minimization:[ `AllEmpty | `DeclaredEmpty | `None ] ->
    Pxp_types.output_stream -> Pxp_types.encoding -> unit
  method xml_standalone : bool
  method xml_version : string
end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml