returns true if the specified char is a white space character.
publicabstract ValueType
marshal
( BoundType v)
throws
Exception[Inherited From XmlAdapter]
Convert a bound type to a value type.
Convert a bound type to a value type.
Parameters: - v - The value to be convereted. Can be null.
Throws: - Exception - if there's an error during the conversion. The caller is responsible for
reporting the error to the user through {@link javax.xml.bind.ValidationEventHandler}.
Removes leading and trailing whitespaces of the string
given as the parameter, then truncate any
sequnce of tab, CR, LF, and SP by a single whitespace character ' '.
publicabstract BoundType
unmarshal
( ValueType v)
throws
Exception[Inherited From XmlAdapter]
Convert a value type to a bound type.
Convert a value type to a bound type.
Parameters: - v - The value to be converted. Can be null.
Throws: - Exception - if there's an error during the conversion. The caller is responsible for
reporting the error to the user through {@link javax.xml.bind.ValidationEventHandler}.