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.

nsIAbBooleanConditionTypes

IID:F51387B1-5AEF-4A1C-830E-7CD3B02366CE

Condition types

Constants defining the types of condition to obtain a boolean result of TRUE or FALSE


Constants

PRInt32 Exists = 0
PRInt32 DoesNotExist = 1
PRInt32 Contains = 2
PRInt32 DoesNotContain = 3
PRInt32 Is = 4
PRInt32 IsNot = 5
PRInt32 BeginsWith = 6
PRInt32 EndsWith = 7
PRInt32 LessThan = 8
PRInt32 GreaterThan = 9
PRInt32 SoundsLike = 10
PRInt32 RegExp = 11

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com