home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / perl / Comment.pod < prev    next >
Encoding:
Text File  |  2003-08-22  |  728 b   |  42 lines

  1. =head1 NAME
  2.  
  3. XML::LibXML::Comment - XML::LibXML Comment Class
  4.  
  5. =head1 SYNOPSIS
  6.  
  7.   $node = XML::LibXML::Comment( $content );
  8.  
  9.  
  10. =head1 DESCRIPTION
  11.  
  12. This class provides all functions of XML::LibXML::Text, but for comment nodes.
  13. This can be done, since only the output of the nodetypes is different, but not
  14. the datastructure. :-)
  15.  
  16. =over 4
  17.  
  18. =item B<new>
  19.  
  20.   $node = XML::LibXML::Comment( $content );
  21.  
  22. The constructor is the only provided function for this package. It is required,
  23. because libxml2 treats text nodes and comment nodes slightly different.
  24.  
  25.  
  26.  
  27. =back
  28.  
  29. =head1 AUTHORS
  30.  
  31. Matt Sergeant, 
  32. Christian Glahn, 
  33. =head1 VERSION
  34.  
  35. 1.56
  36.  
  37. =head1 COPYRIGHT
  38.  
  39. 2001-2002, AxKit.com Ltd; 2001-2003 Christian Glahn, All rights reserved.
  40.  
  41. =cut
  42.