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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java125 protected int _algorithmId; field in class:StAXDocumentParser
363 _algorithmId = (b & 0x02) << 6;
365 _algorithmId |= (b2 & 0xFC) >> 2;
370 if (_algorithmId == EncodingAlgorithmIndexes.CDATA) {
955 return _algorithmId;
1611 if (_algorithmId >= EncodingConstants.ENCODING_ALGORITHM_APPLICATION_START) {
1612 _algorithmURI = _v.encodingAlgorithm.get(_algorithmId - EncodingConstants.ENCODING_ALGORITHM_APPLICATION_START);
1616 } else if (_algorithmId > EncodingConstants.ENCODING_ALGORITHM_BUILTIN_END) {
1673 if (_algorithmId == EncodingAlgorithmIndexes.BASE64) {
1675 } else if (_algorithmId < EncodingConstant
[all...]

Completed in 32 milliseconds