Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpCodes.java577 public static final int FROM_CHILDREN = 40; field in OpCodes
DKeywords.java225 new Integer(OpCodes.FROM_CHILDREN)); in m_axisnames.put()