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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSimpleResultTreeImpl.java269 private int _documentID; field in class:SimpleResultTreeImpl
281 _documentID = documentID;
293 return _documentID;
575 return (nodehandle != DTM.NULL) ? (nodehandle - _documentID) : DTM.NULL;
583 return (nodeId != DTM.NULL) ? (nodeId + _documentID) : DTM.NULL;

Completed in 24 milliseconds