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

CentOS 4.8

i386

XML::LibXML::Boolean(3pm)


XML::LibXML::Boolean

XML::LibXML::Boolean

NAME
DESCRIPTION
API

NAME

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

DESCRIPTION

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

API

XML::LibXML::Boolean−>True

Creates a new Boolean object with a true value.

XML::LibXML::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::LibXML::Boolean(3pm)