{
    "content": [
        {
            "type": "text",
            "text": "# XML::DOM::XMLDecl (perldoc)\n\n## NAME\n\nXML::DOM::XMLDecl - XML declaration in XML::DOM\n\n## DESCRIPTION\n\nXML::DOM::XMLDecl extends XML::DOM::Node, but is not part of the DOM Level 1 specification.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "XML::DOM::XMLDecl",
        "section": "",
        "mode": "perldoc",
        "summary": "XML::DOM::XMLDecl - XML declaration in XML::DOM",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 19,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "XML::DOM::XMLDecl - XML declaration in XML::DOM\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "XML::DOM::XMLDecl extends XML::DOM::Node, but is not part of the DOM Level 1 specification.\n\nIt contains the XML declaration, e.g.\n\n<?xml version=\"1.0\" encoding=\"UTF-16\" standalone=\"yes\"?>\n\nSee also XML::DOM::Document::getXMLDecl.\n\nMETHODS\ngetVersion and setVersion (version)\nReturns and sets the XML version. At the time of this writing the version should always be\n\"1.0\"\n\ngetEncoding and setEncoding (encoding)\nundef may be specified for the encoding value.\n\ngetStandalone and setStandalone (standalone)\nundef may be specified for the standalone value.\n",
                "subsections": []
            }
        }
    }
}