Searched refs:foundNode (Results 1 – 5 of 5) sorted by relevance
92 Element foundNode = (Element) xPathExpression.evaluate(domNode, XPathConstants.NODE); in find() local93 if (foundNode == null) { in find()98 UiElement match = FROM_DOM_MAP.get(foundNode); in find()
232 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
100 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
104 [debugListener LT:k foundNode:hash ofType:type text:text];
374 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text