OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:whereNode
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncDoclocation.java
48
int
whereNode
= getArg0AsNode(xctxt);
51
if (DTM.NULL !=
whereNode
)
53
DTM dtm = xctxt.getDTM(
whereNode
);
56
if (DTM.DOCUMENT_FRAGMENT_NODE == dtm.getNodeType(
whereNode
))
58
whereNode
= dtm.getFirstChild(
whereNode
);
61
if (DTM.NULL !=
whereNode
)
/external/guice/extensions/persist/lib/
hibernate3.jar
Completed in 124 milliseconds