OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DTMXRTreeFrag
(Results
1 - 3
of
3
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DTMXRTreeFrag.java
30
public final class
DTMXRTreeFrag
{
35
public
DTMXRTreeFrag
(int dtmIdentity, XPathContext xctxt){
52
if (obj instanceof
DTMXRTreeFrag
) {
53
return (m_dtmIdentity == ((
DTMXRTreeFrag
)obj).getDTMIdentity());
XRTreeFrag.java
41
private
DTMXRTreeFrag
m_DTMXRTreeFrag;
/external/apache-xml/src/main/java/org/apache/xpath/
XPathContext.java
51
import org.apache.xpath.objects.
DTMXRTreeFrag
;
87
* HashMap of cached the
DTMXRTreeFrag
objects, which are identified by DTM IDs.
[
all
...]
Completed in 1184 milliseconds