{
    "mode": "perldoc",
    "parameter": "XML::DOM::ElementDecl",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/XML%3A%3ADOM%3A%3AElementDecl/json",
    "generated": "2026-06-09T13:15:34Z",
    "sections": {
        "NAME": {
            "content": "XML::DOM::ElementDecl - An XML ELEMENT declaration in XML::DOM\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "XML::DOM::ElementDecl extends XML::DOM::Node but is not part of the DOM Level 1 specification.\n\nThis node represents an Element declaration, e.g.\n\n<!ELEMENT address (street+, city, state, zip, country?)>\n\nMETHODS\ngetName\nReturns the Element tagName.\n\ngetModel and setModel (model)\nReturns and sets the model as a string, e.g. \"(street+, city, state, zip, country?)\" in the\nabove example.\n",
            "subsections": []
        }
    },
    "summary": "XML::DOM::ElementDecl - An XML ELEMENT declaration in XML::DOM",
    "flags": [],
    "examples": [],
    "see_also": []
}