Inherits from NSObject
Conforms to PXSelector
Declared in PXNotPseudoClass.h

Overview

A PXNotSelector negates a given selector expression

Tasks

  •   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
  • – 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> expression

Discussion

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.h

Instance Methods

initWithExpression:

Initializer a new instance with the specified expression

- (id)initWithExpression:(id<PXSelector>)expression

Parameters

expression

The PXElementMatcher expression to negate

Discussion

Initializer a new instance with the specified expression

Declared In

PXNotPseudoClass.h