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

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDocumentImpl.java76 int m_docHandle = NULL; // masked document handle for this dtm document field in class:DTMDocumentImpl
625 m_docHandle = documentNumber<<DOCHANDLE_SHIFT;
707 // return (m_docHandle | ourslot);
874 // return (m_docHandle | ourslot);
926 // return (m_docHandle | ourslot);
975 // return (m_docHandle | ourslot);
1043 int firstChild = kid | m_docHandle;
1071 return lastChild | m_docHandle;
1098 return nodeHandle | m_docHandle;
1126 nodeHandle | m_docHandle
[all...]

Completed in 50 milliseconds