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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentSerializer.java91 protected boolean[] _nsSupportContextStack = new boolean[32]; field in class:StAXDocumentSerializer
216 if (_stackCount == _nsSupportContextStack.length) {
218 System.arraycopy(_nsSupportContextStack, 0, nsSupportContextStack, 0, _nsSupportContextStack.length);
219 _nsSupportContextStack = nsSupportContextStack;
222 _nsSupportContextStack[_stackCount] = false;
249 if (_stackCount == _nsSupportContextStack.length) {
251 System.arraycopy(_nsSupportContextStack, 0, nsSupportContextStack, 0, _nsSupportContextStack.length);
252 _nsSupportContextStack
[all...]

Completed in 29 milliseconds