1XML::LibXML::Comment(3)User Contributed Perl DocumentatioXnML::LibXML::Comment(3)
2
3
4
6 XML::LibXML::Comment - XML::LibXML Comment Class
7
9 $node = XML::LibXML::Comment( $content );
10
12 This class provides all functions of XML::LibXML::Text, but for comment
13 nodes. This can be done, since only the output of the nodetypes is
14 different, but not the datastructure. :-)
15
16 new
17 $node = XML::LibXML::Comment( $content );
18
19 The constructor is the only provided function for this package. It
20 is required, because libxml2 treats text nodes and comment nodes
21 slightly differently.
22
24 Matt Sergeant, Christian Glahn, Petr Pajas,
25
27 1.62
28
30 2001-2006, AxKit.com Ltd; 2002-2006 Christian Glahn; 2006 Petr Pajas,
31 All rights reserved.
32
33
34
35perl v5.8.8 2006-11-17 XML::LibXML::Comment(3)