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 / CDATASection.pod < prev    next >
Encoding:
Text File  |  2003-08-22  |  650 b   |  40 lines

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