XML::XPath::Number - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME DESCRIPTION API
NAME
    XML::XPath::Number - Simple numeric values.

DESCRIPTION
    This class holds simple numeric values. It doesn't support -0, +/-
    Infinity, or NaN, as the XPath spec says it should, but I'm not hurting
    anyone I don't think.

API
  new($num)
    Creates a new XML::XPath::Number object, with the value in $num. Does
    some rudimentary numeric checking on $num to ensure it actually is a
    number.

  value()
    Also as overloaded stringification. Returns the numeric value held.


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 08:43 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top