Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpCodes.java592 public static final int FROM_PARENT = 45; field in OpCodes
DKeywords.java235 new Integer(OpCodes.FROM_PARENT)); in m_axisnames.put()