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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DSymbolTable.java47 private Hashtable _attributeSets = null; field in class:SymbolTable
126 if (_attributeSets == null) _attributeSets = new Hashtable();
127 return (AttributeSet)_attributeSets.put(atts.getName(), atts);
131 if (_attributeSets == null) return null;
132 return (AttributeSet)_attributeSets.get(name);

Completed in 31 milliseconds