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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentSerializer.java92 protected int _stackCount = -1; field in class:StAXDocumentSerializer
130 _stackCount = -1;
166 for(;_stackCount >= 0; _stackCount--) {
215 _stackCount++;
216 if (_stackCount == _nsSupportContextStack.length) {
217 boolean[] nsSupportContextStack = new boolean[_stackCount * 2];
222 _nsSupportContextStack[_stackCount] = false;
248 _stackCount++;
249 if (_stackCount
[all...]
H A DStAXDocumentParser.java93 protected int _stackCount = -1; field in class:StAXDocumentParser
175 _stackCount = -1;
195 _stackCount = -1;
255 if (_stackCount == -1) {
436 if (_stackCount != -1) {
447 if (_stackCount != -1) {
504 _qualifiedName = _qNameStack[_stackCount];
505 _currentNamespaceAIIsStart = _namespaceAIIsStartStack[_stackCount];
506 _currentNamespaceAIIsEnd = _namespaceAIIsEndStack[_stackCount];
507 _qNameStack[_stackCount
[all...]

Completed in 25 milliseconds