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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM2.java1298 int nodeID = makeNodeIdentity(node);
1301 if (nodeID == DTM.NULL) {
1310 nodeID = _parent2(nodeID);
1311 node = makeNodeHandle(nodeID);
1316 while (nodeID != END) {
1326 nodeID = _parent2(nodeID);
1327 node = makeNodeHandle(nodeID);
1425 int nodeID
3170 copyTextNode(final int nodeID, SerializationHandler handler) argument
3194 copyElement(int nodeID, int exptype, SerializationHandler handler) argument
3244 copyNS(final int nodeID, SerializationHandler handler, boolean inScope) argument
3328 copyAttributes(final int nodeID, SerializationHandler handler) argument
3346 copyAttribute(int nodeID, int exptype, SerializationHandler handler) argument
[all...]

Completed in 33 milliseconds