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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java124 protected String _algorithmURI; field in class:StAXDocumentParser
951 return _algorithmURI;
1612 _algorithmURI = _v.encodingAlgorithm.get(_algorithmId - EncodingConstants.ENCODING_ALGORITHM_APPLICATION_START);
1613 if (_algorithmURI == null) {
1687 final EncodingAlgorithm ea = (EncodingAlgorithm)_registeredEncodingAlgorithms.get(_algorithmURI);

Completed in 32 milliseconds