UIEvolutin Inc.
UJML Language Reference
<and>

The and element yields true if all the child elements evaluate to true, otherwise it is false.

UJML Tag Syntax
<and>
    {boolean-expr 1}
    {boolean-expr 2}
    ...
    [{boolean-expr n}]
</and>

This is an XML scripting element that performs a logical 'and' operation on its child elements. See Scripting, _and(), Operators. If all child elements yield the boolean value true the element yields true, otherwise it yields false.

Contains

Two or more elements that yield a boolean value.

Is contained by

Any element that contains a boolean value.

Copyright (c) 2000-2007 UIEvolution, Inc. All rights reserved.
What do you think about this topic? Send feedback!