IsValid
Returns the result of validating the XQuery document according to the XQuery specification named in the EngineVersion property. The result is true on success, false on failure. If an error occurs, a RaptorXMLException is raised. Use the LastErrorMessage property to access additional information.
COM and .NET
Signature: boolean IsValid()
Java
Signature: public boolean isValid()