PXAttributeSelector Class Reference
| Inherits from | NSObject |
| Conforms to | PXSelector |
| Declared in | PXAttributeSelector.h |
Overview
A PXAttributeSelector is used to determine if a given element has a specific attribute defined on it.
Tasks
-
namespaceURIThe attribute namespace URI to match. This value may be nil
property -
attributeNameThe attribute name to match. This value may be nil
property -
– initWithAttributeName:Initialize a new instance using the specified type name
-
– initWithNamespaceURI:attributeName:Initialize a new instance using the specified namespace and name
Properties
Instance Methods
initWithAttributeName:
Initialize a new instance using the specified type name
- (id)initWithAttributeName:(NSString *)nameParameters
- name
The attribute name to match
Discussion
Initialize a new instance using the specified type name
Declared In
PXAttributeSelector.hinitWithNamespaceURI:attributeName:
Initialize a new instance using the specified namespace and name
- (id)initWithNamespaceURI:(NSString *)uri attributeName:(NSString *)nameParameters
- uri
The attribute namespace URI to match
- name
The attribute name to match
Discussion
Initialize a new instance using the specified namespace and name
Declared In
PXAttributeSelector.h