You can search for identifiers within the package.
in-package search v0.2.0
yocaml_syndication
Yocaml_syndication.Person
A Person construct is an element that describes a person, corporation, or similar entity.
type t
val make : ?uri:string -> ?email:string -> string -> t
make ?uri ?email name constructs an element of type t.
make ?uri ?email name
t
val to_owner_name : t -> Xml.node
Generate the OPML node ownerName.
ownerName
val to_owner_email : t -> Xml.node
Generate the OPML node ownerEmail.
ownerEmail
val to_owner_id : t -> Xml.node
Generate the OPML node ownerId.
ownerId
val to_atom : ?ns:string -> ?attr:Xml.Attr.t list -> name:string -> t -> Xml.node
Generate an Atom node.
val to_rss2 : t -> string
Generate a string representation of the person.