{
    "content": [
        {
            "type": "text",
            "text": "# XML::XPathEngine::Number (perldoc)\n\n## NAME\n\nXML::XPathEngine::Number - Simple numeric values.\n\n## DESCRIPTION\n\nThis class holds simple numeric values. It doesn't support -0, +/- Infinity, or NaN, as the\nXPath spec says it should, but I'm not hurting anyone I don't think.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **API**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "XML::XPathEngine::Number",
        "section": "",
        "mode": "perldoc",
        "summary": "XML::XPathEngine::Number - Simple numeric values.",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "API",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "XML::XPathEngine::Number - Simple numeric values.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This class holds simple numeric values. It doesn't support -0, +/- Infinity, or NaN, as the\nXPath spec says it should, but I'm not hurting anyone I don't think.\n",
                "subsections": []
            },
            "API": {
                "content": "new($num)\nCreates a new XML::XPathEngine::Number object, with the value in $num. Does some rudimentary\nnumeric checking on $num to ensure it actually is a number.\n\nvalue()\nAlso as overloaded stringification. Returns the numeric value held.\n",
                "subsections": []
            }
        }
    }
}