{
    "mode": "perldoc",
    "parameter": "XML::DOM::AttDef",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/XML%3A%3ADOM%3A%3AAttDef/json",
    "generated": "2026-06-12T11:32:44Z",
    "sections": {
        "NAME": {
            "content": "XML::DOM::AttDef - A single XML attribute definition in an ATTLIST in XML::DOM\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "XML::DOM::AttDef extends XML::DOM::Node, but is not part of the DOM Level 1 specification.\n\nEach object of this class represents one attribute definition in an AttlistDecl.\n\nMETHODS\ngetName\nReturns the attribute name.\n\ngetDefault\nReturns the default value, or undef.\n\nisFixed\nWhether the attribute value is fixed (see #FIXED keyword.)\n\nisRequired\nWhether the attribute value is required (see #REQUIRED keyword.)\n\nisImplied\nWhether the attribute value is implied (see #IMPLIED keyword.)\n",
            "subsections": []
        }
    },
    "summary": "XML::DOM::AttDef - A single XML attribute definition in an ATTLIST in XML::DOM",
    "flags": [],
    "examples": [],
    "see_also": []
}