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 XML::LibXML::Node manpage for other methods
12
13 $node = XML::LibXML::CDATASection( $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/
25 <http://www.w3.org/TR/DOM-Level-3-Core/>). Please refer to the
26 specification for extensive documentation.
27
28 new
29 $node = XML::LibXML::CDATASection( $content );
30
31 The constructor is the only provided function for this package. It
32 is required, because libxml2 treats the different text node types
33 slightly differently.
34
36 Matt Sergeant, Christian Glahn, Petr Pajas
37
39 1.70
40
42 2001-2007, AxKit.com Ltd.
43
44 2002-2006, Christian Glahn.
45
46 2006-2009, Petr Pajas.
47
48
49
50perl v5.12.0 2009-10-07 XML::LibXML::CDATASection(3)