HomeSort by relevance Sort by last modified time
    Searched refs:ELEMWILDCARD (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpCodes.java 58 * [ELEMWILDCARD]
59 * Means ELEMWILDCARD ("*"), used instead
63 public static final int ELEMWILDCARD = -3;
OpMap.java 403 else if (OpCodes.ELEMWILDCARD == index)
416 * @return OpCodes.EMPTY, OpCodes.ELEMWILDCARD, or the local name.
432 index = OpCodes.ELEMWILDCARD;
449 else if (OpCodes.ELEMWILDCARD == index)

Completed in 71 milliseconds