Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

Ubuntu 9.04

(Jaunty Jackalope)

XML::XPath::Boolean(3pm)


XPath::Boolean

XPath::Boolean

NAME
DESCRIPTION
API

NAME

XML::XPath::Boolean − Boolean true/false values

DESCRIPTION

XML::XPath::Boolean objects implement simple boolean true/false objects.

API

XML::XPath::Boolean−>True

Creates a new Boolean object with a true value.

XML::XPath::Boolean−>False

Creates a new Boolean object with a false value.

value()

Returns true or false.

to_literal()

Returns the string "true" or "false".



XML::XPath::Boolean(3pm)