{
    "mode": "perldoc",
    "parameter": "XML::DOM::Entity",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/XML%3A%3ADOM%3A%3AEntity/json",
    "generated": "2026-06-14T07:30:56Z",
    "sections": {
        "NAME": {
            "content": "XML::DOM::Entity - An XML ENTITY in XML::DOM\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "XML::DOM::Entity extends XML::DOM::Node.\n\nThis node represents an Entity declaration, e.g.\n\n<!ENTITY % draft 'INCLUDE'>\n\n<!ENTITY hatch-pic SYSTEM \"../grafix/OpenHatch.gif\" NDATA gif>\n\nThe first one is called a parameter entity and is referenced like this: %draft; The 2nd is a\n(regular) entity and is referenced like this: &hatch-pic;\n\nMETHODS\ngetNotationName\nReturns the name of the notation for the entity.\n\n*Not Implemented* The DOM Spec says: For unparsed entities, the name of the notation for the\nentity. For parsed entities, this is null. (This implementation does not support unparsed\nentities.)\n\ngetSysId\nReturns the system id, or undef.\n\ngetPubId\nReturns the public id, or undef.\n",
            "subsections": [
                {
                    "name": "Additional methods not in the DOM Spec",
                    "content": "isParameterEntity\nWhether it is a parameter entity (%ent;) or not (&ent;)\n\ngetValue\nReturns the entity value.\n\ngetNdata\nReturns the NDATA declaration (for general unparsed entities), or undef.\n"
                }
            ]
        }
    },
    "summary": "XML::DOM::Entity - An XML ENTITY in XML::DOM",
    "flags": [],
    "examples": [],
    "see_also": []
}