This static method specifies the parser that the parse method should use. You should make sure that the specified parser class is accessible through the CLASSPATH and is compliant with SAX 2.0.
setParser (String parserName)
Where string is the name of the parser class.
Xql.setParser("com.yourcompany.parser")