Convert the value to a given type. The result of the conversion will be an atomic value of the required type. This method works only where the target type is a built-in type.
@param schemaType the required atomic type. This must not be a namespace-sensitive type such asQName or NOTATION
@param context the XPath dynamic context
@return the result of the conversion, if conversion was possible. Thiswill always be an instance of the class corresponding to the type of value requested
@throws XPathException if conversion is not allowed for thisrequired type, or if the particular value cannot be converted
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.