Searched refs:findElement (Results 1 – 8 of 8) sorted by relevance
99 int findElement(TextElementMatcher matcher) { in findElement() method in NodeText100 return findElement(matcher, 0); in findElement()103 int findElement(TextElementMatcher matcher, int from) { in findElement() method in NodeText129 return findElement(TextElementMatchers.byNode(child), from); in findChild()181 int index = findElement(position, 0); in replace()
184 index = nodeText.findElement(matchingElement.and(matchingElement.matchByRange())); in getIndexOfComment()189 index = nodeText.findElement(matchingChild.and(matchingChild.matchByRange())); in getIndexOfComment()
140 inline int findElement(GroupElement e) const in findElement() function230 int p = findElement(e); in add()246 p = findElement(e); in add()
27 int el = xpp.findElement(element); in getAttributeValue()
463 int index = findElement(elementName); in findAttributes()553 return removeAttribute(findElement(elementName), attributeName); in removeAttribute()562 return removeAttributes(findElement(elementName), attributeNames); in removeAttributes()998 public int findElement(String elementName) { in findElement() method in XPathParts1029 return findElement(elementName) >= 0; in contains()1196 int index = findElement(elementName); in setAttribute()
385 int subdivisionElement = parts.findElement("subdivision"); in SubdivisionSet()
667 if (aliases != null && parts.findElement("alias") >= 0) {
1805 int item = parts.findElement("unit"); in getUnits()