HomeSort by relevance Sort by last modified time
    Searched refs:firstPotential (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseTraversers.java 685 int firstPotential = getFirstPotential(identity);
687 return makeNodeHandle(getNextIndexed(identity, firstPotential, expandedTypeID));
    [all...]
DTMDefaultBase.java 380 * @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)
400 int pos = findGTE(elems, 1, elems[0], firstPotential);
    [all...]

Completed in 1618 milliseconds