Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpCodes.java589 public static final int FROM_FOLLOWING_SIBLINGS = 44; field in OpCodes
DKeywords.java233 new Integer(OpCodes.FROM_FOLLOWING_SIBLINGS)); in m_axisnames.put()