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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentSerializer.java88 protected String[] _attributesArray = new String[4 * 16]; field in class:StAXDocumentSerializer
329 if (_attributesArrayIndex == _attributesArray.length) {
331 System.arraycopy(_attributesArray, 0, attributesArray, 0, _attributesArrayIndex);
332 _attributesArray = attributesArray;
335 _attributesArray[_attributesArrayIndex++] = namespaceURI;
336 _attributesArray[_attributesArrayIndex++] = prefix;
337 _attributesArray[_attributesArrayIndex++] = localName;
338 _attributesArray[_attributesArrayIndex++] = value;
626 _attributesArray[i++], _attributesArray[
[all...]

Completed in 31 milliseconds