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 / DocumentFragment.pod < prev    next >
Encoding:
Text File  |  2003-08-22  |  601 b   |  25 lines

  1. =head1 NAME
  2.  
  3. XML::LibXML::DocumentFragment - XML::LibXML's DOM L2 Document Fragment Implementation
  4.  
  5. This class is a helper class as described in the DOM Level 2 Specification. It
  6. is implamented as a node without name. All adding, inserting or replacing
  7. functions are aware about document fragments now.
  8.  
  9. As well all unbound nodes (all nodes that does not belong to any document
  10. subtree) are implicit member of document fragments.
  11.  
  12. =head1 AUTHORS
  13.  
  14. Matt Sergeant, 
  15. Christian Glahn, 
  16. =head1 VERSION
  17.  
  18. 1.56
  19.  
  20. =head1 COPYRIGHT
  21.  
  22. 2001-2002, AxKit.com Ltd; 2001-2003 Christian Glahn, All rights reserved.
  23.  
  24. =cut
  25.