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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentParser.java809 _attributeValueTable.add(value);
822 _attributeValueTable.add(value);
839 _attributeValueTable.add(value);
852 _attributeValueTable.add(value);
865 _attributeValueTable.add(value);
882 _attributeValueTable.add(value);
901 _attributeValueTable.add(value);
918 _attributeValueTable.add(value);
925 value = _attributeValueTable._array[b & EncodingConstants.INTEGER_2ND_BIT_SMALL_MASK];
934 value = _attributeValueTable
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentParser.java1333 _attributeValueTable.add(value);
1342 _attributeValueTable.add(value);
1355 _attributeValueTable.add(value);
1364 _attributeValueTable.add(value);
1373 _attributeValueTable.add(value);
1386 _attributeValueTable.add(value);
1403 _attributeValueTable.add(value);
1424 _attributeValueTable._array[b & EncodingConstants.INTEGER_2ND_BIT_SMALL_MASK]);
1432 _attributeValueTable._array[index]);
1441 _attributeValueTable
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java1349 _attributeValueTable.add(value);
1358 _attributeValueTable.add(value);
1371 _attributeValueTable.add(value);
1380 _attributeValueTable.add(value);
1389 _attributeValueTable.add(value);
1402 _attributeValueTable.add(value);
1419 _attributeValueTable.add(value);
1439 _attributeValueTable._array[b & EncodingConstants.INTEGER_2ND_BIT_SMALL_MASK]);
1447 _attributeValueTable._array[index]);
1456 _attributeValueTable
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java192 protected StringArray _attributeValueTable; field in class:Decoder
280 _attributeValueTable = _v.attributeValue;
402 _attributeValueTable = _v.attributeValue;

Completed in 697 milliseconds