package stk_xml

  1. Overview
  2. Docs

Module Xml.QNameSource

Qualified names are composed of a namespace (an IRI) and a name (string).

Sourcetype t = Iri.t * string
Sourceval compare : (Iri.t * String.t) -> (Iri.t * String.t) -> int
Sourceval to_string : (Iri.t * string) -> string
Sourceval pp : Format.formatter -> (Iri.t * string) -> unit