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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DSymbolTable.java49 private Hashtable _excludedURI = null; field in class:SymbolTable
205 if (_excludedURI == null) _excludedURI = new Hashtable();
208 Integer refcnt = (Integer)_excludedURI.get(uri);
213 _excludedURI.put(uri,refcnt);
239 if (uri != null && _excludedURI != null) {
240 final Integer refcnt = (Integer)_excludedURI.get(uri);
250 if (_excludedURI == null) return;
260 Integer refcnt = (Integer)_excludedURI.get(uri);
262 _excludedURI
[all...]

Completed in 21 milliseconds