{
    "mode": "perldoc",
    "parameter": "XML::LibXML::CDATASection",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/XML%3A%3ALibXML%3A%3ACDATASection/json",
    "generated": "2026-06-11T00:41:49Z",
    "synopsis": "use XML::LibXML;\n# Only methods specific to CDATA nodes are listed here,\n# see the XML::LibXML::Node manpage for other methods\n$node = XML::LibXML::CDATASection->new( $content );",
    "sections": {
        "NAME": {
            "content": "XML::LibXML::CDATASection - XML::LibXML Class for CDATA Sections\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use XML::LibXML;\n# Only methods specific to CDATA nodes are listed here,\n# see the XML::LibXML::Node manpage for other methods\n\n$node = XML::LibXML::CDATASection->new( $content );\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This class provides all functions of XML::LibXML::Text, but for CDATA nodes.\n",
            "subsections": []
        },
        "METHODS": {
            "content": "The class inherits from XML::LibXML::Node. The documentation for Inherited methods is not listed\nhere.\n\nMany functions listed here are extensively documented in the DOM Level 3 specification\n(<http://www.w3.org/TR/DOM-Level-3-Core/>). Please refer to the specification for extensive\ndocumentation.\n\nnew\n$node = XML::LibXML::CDATASection->new( $content );\n\nThe constructor is the only provided function for this package. It is required, because\n*libxml2* treats the different text node types slightly differently.\n",
            "subsections": []
        },
        "AUTHORS": {
            "content": "Matt Sergeant, Christian Glahn, Petr Pajas\n",
            "subsections": []
        },
        "VERSION": {
            "content": "2.0134\n",
            "subsections": []
        },
        "COPYRIGHT": {
            "content": "2001-2007, AxKit.com Ltd.\n\n2002-2006, Christian Glahn.\n\n2006-2009, Petr Pajas.\n",
            "subsections": []
        },
        "LICENSE": {
            "content": "This program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n",
            "subsections": []
        }
    },
    "summary": "XML::LibXML::CDATASection - XML::LibXML Class for CDATA Sections",
    "flags": [],
    "examples": [],
    "see_also": []
}