Home
last modified time | relevance | path

Searched refs:hppc (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
DHasPositionalPredChecker.java52 HasPositionalPredChecker hppc = new HasPositionalPredChecker(); in check() local
53 path.callVisitors(null, hppc); in check()
54 return hppc.m_hasPositionalPred; in check()