1XML::LibXML::CDATASectiUosne(r3)Contributed Perl DocumenXtMaLt:i:oLnibXML::CDATASection(3)
2
3
4

NAME

6       XML::LibXML::CDATASection - XML::LibXML Class for CDATA Sections
7

SYNOPSIS

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

DESCRIPTION

16       This class provides all functions of XML::LibXML::Text, but for CDATA
17       nodes.
18

METHODS

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

AUTHORS

35       Matt Sergeant, Christian Glahn, Petr Pajas
36

VERSION

38       2.0132
39
41       2001-2007, AxKit.com Ltd.
42
43       2002-2006, Christian Glahn.
44
45       2006-2009, Petr Pajas.
46

LICENSE

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.26.3                      2017-10-28      XML::LibXML::CDATASection(3)
Impressum