OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getResultAsType
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathImpl.java
282
return
getResultAsType
( resultObject, returnType );
313
private Object
getResultAsType
( XObject resultObject, QName returnType )
477
return
getResultAsType
( resultObject, returnType );
XPathExpressionImpl.java
100
return
getResultAsType
( resultObject, returnType );
341
private Object
getResultAsType
( XObject resultObject, QName returnType )
Completed in 50 milliseconds