Home
last modified time | relevance | path

Searched defs:FROM_PRECEDING_SIBLINGS (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpCodes.java598 public static final int FROM_PRECEDING_SIBLINGS = 47; field in OpCodes
DKeywords.java239 new Integer(OpCodes.FROM_PRECEDING_SIBLINGS)); in m_axisnames.put()