Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Error : sig ... end
type channel_image = Uri.t
type url = Uri.t
type link = Uri.t
type items = Uri.t list
type channel_textinput = Uri.t
type channel = {
about : Uri.t;
title : title;
link : link;
description : description;
image : channel_image option;
items : items;
textinput : channel_textinput option;
}
val parse : Xmlm.input -> rdf
val unsafe :
Xmlm.input ->
[> `RDF of
[> `Channel of
[> `About of string
| `Description of [> `Data of string ] list
| `Image of [> `URI of string ] list
| `Items of
[> `Seq of [> `Li of [> `URI of string ] list ] list ] list
| `Link of [> `URI of string ] list
| `TextInput of [> `URI of string ] list
| `Title of [> `Data of string ] list ]
list
| `Image of
[> `About of string
| `Link of [> `URI of string ] list
| `Title of [> `Data of string ] list
| `URL of [> `URI of string ] list ]
list
| `Item of
[> `About of string
| `Description of [> `Data of string ] list
| `Link of [> `URI of string ] list
| `Title of [> `Data of string ] list ]
list
| `TextInput of
[> `About of string
| `Description of [> `Data of string ] list
| `Link of [> `URI of string ] list
| `Name of [> `Data of string ] list
| `Title of [> `Data of string ] list ]
list ]
list ]