{
    "content": [
        {
            "type": "text",
            "text": "# XML::DOM::EntityReference (perldoc)\n\n## NAME\n\nXML::DOM::EntityReference - An XML ENTITY reference in XML::DOM\n\n## DESCRIPTION\n\nXML::DOM::EntityReference 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::EntityReference",
        "section": "",
        "mode": "perldoc",
        "summary": "XML::DOM::EntityReference - An XML ENTITY reference 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": 17,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "XML::DOM::EntityReference - An XML ENTITY reference in XML::DOM\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "XML::DOM::EntityReference extends XML::DOM::Node.\n\nEntityReference objects may be inserted into the structure model when an entity reference is in\nthe source document, or when the user wishes to insert an entity reference. Note that character\nreferences and references to predefined entities are considered to be expanded by the HTML or\nXML processor so that characters are represented by their Unicode equivalent rather than by an\nentity reference. Moreover, the XML processor may completely expand references to entities while\nbuilding the structure model, instead of providing EntityReference objects. If it does provide\nsuch objects, then for a given EntityReference node, it may be that there is no Entity node\nrepresenting the referenced entity; but if such an Entity exists, then the child list of the\nEntityReference node is the same as that of the Entity node. As with the Entity node, all\ndescendants of the EntityReference are readonly.\n\nThe resolution of the children of the EntityReference (the replacement value of the referenced\nEntity) may be lazily evaluated; actions by the user (such as calling the childNodes method on\nthe EntityReference node) are assumed to trigger the evaluation.\n",
                "subsections": []
            }
        }
    }
}