=head1 NAME XML::LibXML::Comment - The DOM Comment Class =head1 synopsis use XML::LibXML $node = XML::LibXML::Comment( $content ); =head1 DESCRIPTION This class provides all functions of B, but for comment nodes. This can be done, since only the output of the nodetypes is different, but not the datastructure. :-) =head2 Methods =over 4 =item B The constructor is the only provided function for this package. It is required, because B treats text nodes and comment nodes slightly different. =back =head1 AUTHOR Matt Sergeant, Christian Glahn =head1 SEE ALSO XML::LibXML, XML::LibXML::Node, XML::LibXML::Element, XML::LibXML::Text, XML::LibXML::Document, XML::LibXML::DocumentFragment =head1 VERSION 1.53