package pxp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
constraint 'a = 'a node extension
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 : 'a 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 : 'a 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