* Converts the string argument into a float value.
* Converts the string argument into a float value.
...
@@ -139,7 +139,7 @@ public interface DatatypeConverterInterface {
...
@@ -139,7 +139,7 @@ public interface DatatypeConverterInterface {
* A float value represented by the string argument.
* A float value represented by the string argument.
* @throws NumberFormatException {@code lexicalXSDFloat} is not a valid string representation of a {@code float} value.
* @throws NumberFormatException {@code lexicalXSDFloat} is not a valid string representation of a {@code float} value.
*/
*/
publicfloatparseFloat(StringlexicalXSDFloat);
floatparseFloat(StringlexicalXSDFloat);
/**
/**
* Converts the string argument into a double value.
* Converts the string argument into a double value.
...
@@ -150,7 +150,7 @@ public interface DatatypeConverterInterface {
...
@@ -150,7 +150,7 @@ public interface DatatypeConverterInterface {
* A double value represented by the string argument.
* A double value represented by the string argument.
* @throws NumberFormatException {@code lexicalXSDDouble} is not a valid string representation of a {@code double} value.
* @throws NumberFormatException {@code lexicalXSDDouble} is not a valid string representation of a {@code double} value.
*/
*/
publicdoubleparseDouble(StringlexicalXSDDouble);
doubleparseDouble(StringlexicalXSDDouble);
/**
/**
* Converts the string argument into a boolean value.
* Converts the string argument into a boolean value.
...
@@ -161,7 +161,7 @@ public interface DatatypeConverterInterface {
...
@@ -161,7 +161,7 @@ public interface DatatypeConverterInterface {
* A boolean value represented by the string argument.
* A boolean value represented by the string argument.
* @throws IllegalArgumentException if string parameter does not conform to lexical value space defined in XML Schema Part 2: Datatypes for xsd:boolean.
* @throws IllegalArgumentException if string parameter does not conform to lexical value space defined in XML Schema Part 2: Datatypes for xsd:boolean.
* Converts the string argument into a Calendar value.
* Converts the string argument into a Calendar value.
...
@@ -203,7 +203,7 @@ public interface DatatypeConverterInterface {
...
@@ -203,7 +203,7 @@ public interface DatatypeConverterInterface {
* A Calendar object represented by the string argument.
* A Calendar object represented by the string argument.
* @throws IllegalArgumentException if string parameter does not conform to lexical value space defined in XML Schema Part 2: Datatypes for xsd:dateTime.
* @throws IllegalArgumentException if string parameter does not conform to lexical value space defined in XML Schema Part 2: Datatypes for xsd:dateTime.
* Converts the string argument into an array of bytes.
* Converts the string argument into an array of bytes.
...
@@ -214,7 +214,7 @@ public interface DatatypeConverterInterface {
...
@@ -214,7 +214,7 @@ public interface DatatypeConverterInterface {
* An array of bytes represented by the string argument.
* An array of bytes represented by the string argument.
* @throws IllegalArgumentException if string parameter does not conform to lexical value space defined in XML Schema Part 2: Datatypes for xsd:base64Binary
* @throws IllegalArgumentException if string parameter does not conform to lexical value space defined in XML Schema Part 2: Datatypes for xsd:base64Binary
* Converts the string argument into an array of bytes.
* Converts the string argument into an array of bytes.
...
@@ -225,7 +225,7 @@ public interface DatatypeConverterInterface {
...
@@ -225,7 +225,7 @@ public interface DatatypeConverterInterface {
* An array of bytes represented by the string argument.
* An array of bytes represented by the string argument.
* @throws IllegalArgumentException if string parameter does not conform to lexical value space defined in XML Schema Part 2: Datatypes for xsd:hexBinary.
* @throws IllegalArgumentException if string parameter does not conform to lexical value space defined in XML Schema Part 2: Datatypes for xsd:hexBinary.