1XML::LibXML::DocumentFrUasgemrenCto(n3t)ributed Perl DocXuMmLe:n:tLaitbiXoMnL::DocumentFragment(3)
2
3
4
6 XML::LibXML::DocumentFragment - XML::LibXML's DOM L2 Document Fragment
7 Implementation
8
10 use XML::LibXML;
11
13 This class is a helper class as described in the DOM Level 2
14 Specification. It is implemented as a node without name. All adding,
15 inserting or replacing functions are aware of document fragments now.
16
17 As well all unbound nodes (all nodes that do not belong to any document
18 sub-tree) are implicit members of document fragments.
19
21 Matt Sergeant, Christian Glahn, Petr Pajas
22
24 2.0208
25
27 2001-2007, AxKit.com Ltd.
28
29 2002-2006, Christian Glahn.
30
31 2006-2009, Petr Pajas.
32
34 This program is free software; you can redistribute it and/or modify it
35 under the same terms as Perl itself.
36
37
38
39perl v5.36.0 2023-01-20 XML::LibXML::DocumentFragment(3)