WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIAbBooleanExpression

IID:55096af9-78d1-4869-82ed-f1d2e1d97727
Inherits From:nsISupports

This interface is implemented by the following components:


Properties

nsIArray expressions

List of peer expressions

E1 [op] e2 [op] .... en

nsAbBooleanOperationType operation

The boolean operation to be applied to results of all evaluated expressions


Methods

void agetExpressions ( out PRUint32 expressionsSize , out nsISupports expressionsArray ) void asetExpressions ( PRUint32 expressionsSize , nsISupports expressionsArray )

void agetExpressions ( out PRUint32 expressionsSize , out nsISupports expressionsArray )

Arguments:
expressionsSize
expressionsArray

void asetExpressions ( PRUint32 expressionsSize , nsISupports expressionsArray )

Expressions attribute defined explicitly as an array of nsISupports

Arguments:
expressionsSize
expressionsArray

Reference documentation is generated from Mozilla's source.