Searched defs:gotslot (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDocumentImpl.java92 int gotslot[] = new int[4]; field in class:DTMDocumentImpl
806 // nodes.readSlot(currentParent, gotslot);
807 // currentParent = gotslot[1] & 0xFFFF;
1017 nodes.readSlot(nodeHandle, gotslot);
1020 short type = (short) (gotslot[0] & 0xFFFF);
1034 nodes.readSlot(kid, gotslot);
1035 while (ATTRIBUTE_NODE == (gotslot[0] & 0xFFFF)) {
1037 kid = gotslot[2];
1040 nodes.readSlot(kid, gotslot);
1043 if (gotslot[
[all...]

Completed in 40 milliseconds