{
    "content": [
        {
            "type": "text",
            "text": "# XML::DOM::Notation (perldoc)\n\n## NAME\n\nXML::DOM::Notation - An XML NOTATION in XML::DOM\n\n## DESCRIPTION\n\nXML::DOM::Notation extends XML::DOM::Node.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "XML::DOM::Notation",
        "section": "",
        "mode": "perldoc",
        "summary": "XML::DOM::Notation - An XML NOTATION 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": 28,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "XML::DOM::Notation - An XML NOTATION in XML::DOM\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "XML::DOM::Notation extends XML::DOM::Node.\n\nThis node represents a Notation, e.g.\n\n<!NOTATION gs SYSTEM \"GhostScript\">\n\n<!NOTATION name PUBLIC \"pubId\">\n\n<!NOTATION name PUBLIC \"pubId\" \"sysId\">\n\n<!NOTATION name SYSTEM \"sysId\">\n\nMETHODS\ngetName and setName (name)\nReturns (or sets) the Notation name, which is the first token after the NOTATION keyword.\n\ngetSysId and setSysId (sysId)\nReturns (or sets) the system ID, which is the token after the optional SYSTEM keyword.\n\ngetPubId and setPubId (pubId)\nReturns (or sets) the public ID, which is the token after the optional PUBLIC keyword.\n\ngetBase\nThis is passed by XML::Parser in the Notation handler. I don't know what it is yet.\n\ngetNodeName\nReturns the same as getName.\n",
                "subsections": []
            }
        }
    }
}