Home
last modified time | relevance | path

Searched refs:getResultAsType (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
DXPathImpl.java282 return getResultAsType( resultObject, returnType ); in evaluate()
313 private Object getResultAsType( XObject resultObject, QName returnType ) in getResultAsType() method in XPathImpl
477 return getResultAsType( resultObject, returnType ); in evaluate()
DXPathExpressionImpl.java100 return getResultAsType( resultObject, returnType ); in eval()
341 private Object getResultAsType( XObject resultObject, QName returnType ) in getResultAsType() method in XPathExpressionImpl