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

/openjdk7/jaxp/src/org/w3c/dom/xpath/
H A DXPathResult.java145 public short getResultType(); method in interface:XPathResult
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathResultImpl.java172 * @see org.w3c.dom.xpath.XPathResult#getResultType()
174 public short getResultType() { method in class:XPathResultImpl
186 if (getResultType() != NUMBER_TYPE) {
209 if (getResultType() != STRING_TYPE) {
227 if (getResultType() != BOOLEAN_TYPE) {

Completed in 24 milliseconds