Inherits from NSObject
Conforms to PXSelector
Declared in PXClassSelector.h

Overview

A PXClassExpression determines if an element has a class atribute and if that value contains a specific class name

Tasks

Properties

className

The class name to match

@property (readonly, nonatomic, strong) NSString *className

Discussion

The class name to match

Declared In

PXClassSelector.h

Instance Methods

initWithClassName:

Initialize a new instance using the specified class name

- (id)initWithClassName:(NSString *)name

Parameters

name

The class name to match

Discussion

Initialize a new instance using the specified class name

Declared In

PXClassSelector.h