PXNotPseudoClass Class Reference
| Inherits from | NSObject |
| Conforms to | PXSelector |
| Declared in | PXNotPseudoClass.h |
Tasks
-
expressionThe expression to be negated during matching. Or, said another way, the expression that must fail for this selector to succeed during matching.
property -
– initWithExpression:Initializer a new instance with the specified expression
Properties
expression
The expression to be negated during matching. Or, said another way, the expression that must fail for this selector to succeed during matching.
@property (nonatomic, strong) id<PXSelector> expressionDiscussion
The expression to be negated during matching. Or, said another way, the expression that must fail for this selector to succeed during matching.
Declared In
PXNotPseudoClass.hInstance Methods
initWithExpression:
Initializer a new instance with the specified expression
- (id)initWithExpression:(id<PXSelector>)expressionParameters
- expression
The PXElementMatcher expression to negate
Discussion
Initializer a new instance with the specified expression
Declared In
PXNotPseudoClass.h