package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type xml_node_type = [
  1. | `Attribute
  2. | `Cdata
  3. | `Element
  4. | `Text
]
type xml = [ `Name of string | `Namespace of string | `Prefix of string | xml_node_type ] list
val name : [> `Name of 'a ] list -> 'a
val prefix : [> `Prefix of 'a ] list -> 'a
val namespace : [> `Namespace of 'a ] list -> 'a
val node_type : [> xml_node_type ] as 'a list -> 'a
val description : xml -> string