Searched refs:foundNode (Results 1 – 14 of 14) sorted by relevance
78 private Node foundNode = null; field in RSSFeedUpdateEntryTask171 return this.foundNode; in getFoundNode()173 private void setFoundNode(Node foundNode) in setFoundNode() argument175 this.foundNode = foundNode; in setFoundNode()
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()
118 ViewNode foundNode = findLayoutViewNode(qualifier, version, rawLayoutName); in getViewNodeByLayoutName() local119 if (foundNode != null) { in getViewNodeByLayoutName()120 return foundNode; in getViewNodeByLayoutName()
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];
321 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text
45 private Node foundNode; field in Tree251 foundNode = null; in getNodeAt()253 return foundNode; in getNodeAt()260 foundNode = node; in getNodeAt()