Inherits from NSObject
Conforms to PXSelector
Declared in PXIdSelector.h

Overview

A PXIdExpression determines if an element defines an id attribute if it its value matches a specific string.

Tasks

Properties

idValue

The id value to match

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

Discussion

The id value to match

Declared In

PXIdSelector.h

Instance Methods

initWithIdValue:

Initialize a new instance using the specified id name

- (id)initWithIdValue:(NSString *)value

Parameters

value

The id value to match

Discussion

Initialize a new instance using the specified id name

Declared In

PXIdSelector.h