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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DSAX2DOM.java58 private Node _nextSibling = null; field in class:SAX2DOM
95 _nextSibling = nextSibling;
116 _nextSiblingCache = _nextSibling;
216 if (last == _root && _nextSibling != null)
217 last.insertBefore(tmp, _nextSibling);
260 if (last == _root && _nextSibling != null)
261 last.insertBefore(pi, _nextSibling);
293 if (last == _root && _nextSibling != null)
294 last.insertBefore(comment, _nextSibling);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/output/
H A DTransletOutputHandlerFactory.java68 private Node _nextSibling = null; field in class:TransletOutputHandlerFactory
127 _nextSibling = nextSibling;
199 _handler = (_node != null) ? new SAX2DOM(_node, _nextSibling, _useServicesMechanism) : new SAX2DOM(_useServicesMechanism);

Completed in 31 milliseconds