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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentParser.java755 name = _attributeNameTable._array[b];
761 name = _attributeNameTable._array[i];
768 name = _attributeNameTable._array[i];
774 _attributeNameTable.getNext());
776 _attributeNameTable.add(name);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentParser.java1286 name = _attributeNameTable._array[b];
1292 name = _attributeNameTable._array[i];
1299 name = _attributeNameTable._array[i];
1305 _attributeNameTable.getNext());
1307 _attributeNameTable.add(name);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java1302 name = _attributeNameTable._array[b];
1308 name = _attributeNameTable._array[i];
1315 name = _attributeNameTable._array[i];
1321 _attributeNameTable.getNext());
1323 _attributeNameTable.add(name);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java182 protected QualifiedNameArray _attributeNameTable; field in class:Decoder
278 _attributeNameTable = _v.attributeName;
400 _attributeNameTable = _v.attributeName;

Completed in 57 milliseconds