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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSimpleResultTreeImpl.java248 private static int _documentURIIndex = 0; field in class:SimpleResultTreeImpl
543 return "simple_rtf" + _documentURIIndex++;
H A DAdaptiveResultTreeImpl.java80 private static int _documentURIIndex = 0; field in class:AdaptiveResultTreeImpl
443 return "adaptive_rtf" + _documentURIIndex++;
H A DSAXImpl.java132 static private int _documentURIIndex = 0; field in class:SAXImpl
168 return (baseURI != null) ? baseURI : "rtf" + _documentURIIndex++;

Completed in 41 milliseconds