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

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DDatatypeConverterInterface.java170 * @param lexicalXSDDouble
175 * @throws NumberFormatException <code>lexicalXSDDouble</code> is not a valid string representation of a <code>double</code> value.
177 public double parseDouble( String lexicalXSDDouble );
H A DDatatypeConverter.java250 * @param lexicalXSDDouble
255 * @throws NumberFormatException <code>lexicalXSDDouble</code> is not a valid string representation of a <code>double</code> value.
257 public static double parseDouble( String lexicalXSDDouble ) {
259 return theConverter.parseDouble( lexicalXSDDouble );
H A DDatatypeConverterImpl.java230 public double parseDouble(String lexicalXSDDouble) { argument
231 return _parseDouble(lexicalXSDDouble);

Completed in 35 milliseconds