Searched defs:firstPotential (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java380 * @param firstPotential The first potential match that is worth looking at.
383 * firstPotential argument, or DTM.NOTPROCESSED if not found.
385 int findElementFromIndex(int nsIndex, int lnIndex, int firstPotential) argument
400 int pos = findGTE(elems, 1, elems[0], firstPotential);

Completed in 65 milliseconds