com.sybase.xml.xql.store.SybFileXmlStream  resetParser

Appendix D: The Java-Based XQL Processor

setParser(String parserName)

Description

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.

Syntax

setParser (String parserName)

Where string is the name of the parser class.

Examples

Example 1

Xql.setParser("com.yourcompany.parser")




Copyright © 2005. Sybase Inc. All rights reserved. resetParser

View this book as PDF