object
method get_children : unit -> Yaxpodom.content list
method get_error : unit -> Yaxpodom.txt * Yaxpodom.txt
method get_from : unit -> string option
method get_id : unit -> string option
method get_to : unit -> string option
method set_children : Yaxpodom.content list -> unit
method set_from : string option -> unit
method set_id : string option -> unit
method set_to : string option -> unit
method to_ele : unit -> Yaxpodom.ele
end