{
    "mode": "perldoc",
    "parameter": "XML::LibXML::Number",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/XML%3A%3ALibXML%3A%3ANumber/json",
    "generated": "2026-06-09T14:20:13Z",
    "sections": {
        "NAME": {
            "content": "XML::LibXML::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::LibXML::Number object, with the value in $num. Does some rudimentary numeric\nchecking on $num to ensure it actually is a number.\n\nvalue()\nAlso as overloaded stringification. Returns the numeric value held.\n",
            "subsections": []
        }
    },
    "summary": "XML::LibXML::Number - Simple numeric values.",
    "flags": [],
    "examples": [],
    "see_also": []
}