1XML::LibXML::CDATASectiUosne(r3)Contributed Perl DocumenXtMaLt:i:oLnibXML::CDATASection(3)
2
3
4
6 XML::LibXML::CDATASection - XML::LibXML Class for CDATA Sections
7
9 use XML::LibXML;
10 # Only methods specific to CDATA nodes are listed here,
11 # see the XML::LibXML::Node manpage for other methods
12
13 $node = XML::LibXML::CDATASection->new( $content );
14
16 This class provides all functions of XML::LibXML::Text, but for CDATA
17 nodes.
18
20 The class inherits from XML::LibXML::Node. The documentation for
21 Inherited methods is not listed here.
22
23 Many functions listed here are extensively documented in the DOM Level
24 3 specification (<http://www.w3.org/TR/DOM-Level-3-Core/>). Please
25 refer to the specification for extensive documentation.
26
27 new
28 $node = XML::LibXML::CDATASection->new( $content );
29
30 The constructor is the only provided function for this package. It
31 is required, because libxml2 treats the different text node types
32 slightly differently.
33
35 Matt Sergeant, Christian Glahn, Petr Pajas
36
38 2.0209
39
41 2001-2007, AxKit.com Ltd.
42
43 2002-2006, Christian Glahn.
44
45 2006-2009, Petr Pajas.
46
48 This program is free software; you can redistribute it and/or modify it
49 under the same terms as Perl itself.
50
51
52
53perl v5.38.0 2023-07-21 XML::LibXML::CDATASection(3)