< DOMXPathComponent > Protocol Reference

Inheritance diagram for < DOMXPathComponent >:

DOMXPathAxis DOMXPathNodeTest DOMXPathPredicate DOMXPathRelativeExpression DOMXPathStep DOMXPathNoPredicate DOMXPathPredicateChain List of all members.

Detailed Description

This protocol exists purely to make typechecking easier. The axis, predicate and node test classes conforms to it, which means that they all have the matchesForNodes: method, without the need to declare it in each class.


Public Member Functions

(NSArray *)  matchesForNodes:
(NSString *)  expressionString

Member Function Documentation

- (NSString *) expressionString  
 

- (NSArray *) matchesForNodes: (NSArray *)  contexts