Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / i486-linux-gnu-thread-multi / XML / LibXML / DocumentFragment.pod
1 =head1 NAME
2
3 XML::LibXML::DocumentFragment - XML::LibXML's DOM L2 Document Fragment Implementation
4
5 =head1 SYNOPSIS
6
7
8
9   use XML::LibXML;
10
11
12 =head1 DESCRIPTION
13
14 This class is a helper class as described in the DOM Level 2 Specification. It
15 is implemented as a node without name. All adding, inserting or replacing
16 functions are aware of document fragments now.
17
18 As well I<<<<<< all >>>>>> unbound nodes (all nodes that do not belong to any document sub-tree) are
19 implicit members of document fragments.
20
21 =head1 AUTHORS
22
23 Matt Sergeant, 
24 Christian Glahn, 
25 Petr Pajas
26
27
28 =head1 VERSION
29
30 1.70
31
32 =head1 COPYRIGHT
33
34 2001-2007, AxKit.com Ltd.
35
36 2002-2006, Christian Glahn.
37
38 2006-2009, Petr Pajas.
39
40 =cut