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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXNull.java48 * @return type CLASS_NULL
52 return CLASS_NULL;
59 * @return type string "#CLASS_NULL"
63 return "#CLASS_NULL";
126 * @return True if the given object is of type CLASS_NULL
130 return obj2.getType() == CLASS_NULL;
H A DXObject.java186 public static final int CLASS_NULL = -1; field in class:XObject
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncId.java140 else if (XObject.CLASS_NULL == argType)
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathResultImpl.java468 case XObject.CLASS_NULL: return ANY_TYPE; // throw exception ?

Completed in 373 milliseconds