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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/stax/
H A DStreamReaderBufferProcessor.java92 protected AttributesHolder _attributeCache; field in class:StreamReaderBufferProcessor
135 _attributeCache = new AttributesHolder();
451 return _attributeCache.getValue(namespaceURI, localName);
459 return _attributeCache.getLength();
467 final String prefix = _attributeCache.getPrefix(index);
468 final String localName = _attributeCache.getLocalName(index);
469 final String uri = _attributeCache.getURI(index);
478 return fixEmptyString(_attributeCache.getURI(index));
485 return _attributeCache.getLocalName(index);
492 return fixEmptyString(_attributeCache
[all...]

Completed in 116 milliseconds