Searched refs:ELEMWILDCARD (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DOpCodes.java60 * [ELEMWILDCARD]
61 * Means ELEMWILDCARD ("*"), used instead
65 public static final int ELEMWILDCARD = -3; field in class:OpCodes
H A DOpMap.java405 else if (OpCodes.ELEMWILDCARD == index)
418 * @return OpCodes.EMPTY, OpCodes.ELEMWILDCARD, or the local name.
434 index = OpCodes.ELEMWILDCARD;
451 else if (OpCodes.ELEMWILDCARD == index)

Completed in 1652 milliseconds