Query: xml::xpathengine::boolean
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XML::XPathEngine::Boolean(3pm) User Contributed Perl Documentation XML::XPathEngine::Boolean(3pm)NAMEXML::XPathEngine::Boolean - Boolean true/false valuesDESCRIPTIONXML::XPathEngine::Boolean objects implement simple boolean true/false objects.APIXML::XPathEngine::Boolean->True Creates a new Boolean object with a true value. XML::XPathEngine::Boolean->False Creates a new Boolean object with a false value. value() Returns true or false. to_literal() Returns the string "true" or "false". perl v5.12.4 2010-09-15 XML::XPathEngine::Boolean(3pm)