module Pl_HTML_Element:Wrapper around Perlsig
..end
HTML::Element
class.
Copyright (C) 2003 Merjis Ltd.
$Id: pl_HTML_Element.ml,v 1.4 2003/10/16 13:41:07 rich Exp $
type 'a
content_t =
| |
Element of |
| |
String of |
class html_element :Perl.sv ->
object
..end
val new_ : string -> (string * string) list -> html_element