{
    "content": [
        {
            "type": "text",
            "text": "# XML::LibXML::Comment (perldoc)\n\n## NAME\n\nXML::LibXML::Comment - XML::LibXML Comment Class\n\n## SYNOPSIS\n\nuse XML::LibXML;\n# Only methods specific to Comment nodes are listed here,\n# see the XML::LibXML::Node manpage for other methods\n$node = XML::LibXML::Comment->new( $content );\n\n## DESCRIPTION\n\nThis class provides all functions of XML::LibXML::Text, but for comment nodes. This can be done,\nsince only the output of the node types is different, but not the data structure. :-)\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **METHODS**\n- **AUTHORS**\n- **VERSION**\n- **COPYRIGHT**\n- **LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "XML::LibXML::Comment",
        "section": "",
        "mode": "perldoc",
        "summary": "XML::LibXML::Comment - XML::LibXML Comment Class",
        "synopsis": "use XML::LibXML;\n# Only methods specific to Comment nodes are listed here,\n# see the XML::LibXML::Node manpage for other methods\n$node = XML::LibXML::Comment->new( $content );",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 13,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "LICENSE",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "XML::LibXML::Comment - XML::LibXML Comment Class\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use XML::LibXML;\n# Only methods specific to Comment nodes are listed here,\n# see the XML::LibXML::Node manpage for other methods\n\n$node = XML::LibXML::Comment->new( $content );\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This class provides all functions of XML::LibXML::Text, but for comment nodes. This can be done,\nsince only the output of the node types is different, but not the data structure. :-)\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::Comment->new( $content );\n\nThe constructor is the only provided function for this package. It is required, because\n*libxml2* treats text nodes and comment nodes 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": []
            }
        }
    }
}