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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/
H A DAttributesHolder.java48 protected int _attributeCount; field in class:AttributesHolder
57 return _attributeCount;
61 return (index >= 0 && index < _attributeCount) ?
66 return (index >= 0 && index < _attributeCount) ?
71 return (index >= 0 && index < _attributeCount) ?
76 return (index >= 0 && index < _attributeCount) ?
81 return (index >= 0 && index < _attributeCount) ?
86 return (index >= 0 && index < _attributeCount) ?
91 for (int i = 0; i < _attributeCount; i++) {
110 for (int i = 0; i < _attributeCount;
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DAttributesHolder.java48 private int _attributeCount; field in class:AttributesHolder
74 return _attributeCount;
126 for (i = 0; i < _attributeCount; i++) {
155 for (int i = 0; i < _attributeCount; i++) {
184 for (int i = 0; i < _attributeCount; i++) {
188 _attributeCount = 0;
216 if (_attributeCount == _names.length) {
219 _names[_attributeCount] = name;
220 _values[_attributeCount++] = value;
224 if (_attributeCount
[all...]

Completed in 51 milliseconds