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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentSerializer.java89 protected int _attributesArrayIndex = 0; field in class:StAXDocumentSerializer
126 _attributesArrayIndex = 0;
329 if (_attributesArrayIndex == _attributesArray.length) {
330 final String[] attributesArray = new String[_attributesArrayIndex * 2];
331 System.arraycopy(_attributesArray, 0, attributesArray, 0, _attributesArrayIndex);
335 _attributesArray[_attributesArrayIndex++] = namespaceURI;
336 _attributesArray[_attributesArrayIndex++] = prefix;
337 _attributesArray[_attributesArrayIndex++] = localName;
338 _attributesArray[_attributesArrayIndex++] = value;
593 if (_attributesArrayIndex >
[all...]

Completed in 43 milliseconds