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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DKey.java77 private Type _useType; field in class:Key
127 _useType = _use.typeCheck(stable);
128 if (_useType instanceof StringType == false &&
129 _useType instanceof NodeSetType == false)
269 if (_useType instanceof NodeSetType) {

Completed in 33 milliseconds