Sybase Technical Library - Product Manuals Home

Return to Collection List
Enable Frames

[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

Table of contents for XML Services in Adaptive Server Enterprise


XML Services in Adaptive Server Enterprise
About This Book
[+] Chapter 1 Introduction to XML Services
[+] Chapter 2 XML Query Functions
[+] Chapter 3 XML Language and XML Query Language
[+] Chapter 4 XML Mapping Functions
[+] Chapter 5 XML Mappings
[+] Appendix A Setting up XML Services
[+] Appendix B The sample_docs Example Table
[+] Appendix C XML Services and External File System Access
[+] Appendix D Migrating Between the Java-based XQL Processor and the Native XML Processor
[-] Appendix E The Java-Based XQL Processor
[+] Setting up the Java-based XQL processor
[+] Using the Java-based XQL processor
[+] Other usages of the Java-based XQL processor
Methods in com.sybase.xml.xql.Xql
[+] parse(String xmlDoc)
[+] parse(InputStream xml_document, boolean validate)
[+] query(String query, String xmlDoc)
[+] query(String query, InputStream xmlDoc)
[+] query(String query, SybXmlStream xmlDoc)
[+] query(String query, JXml jxml)
[+] sybase.aseutils.SybXmlStream
[+] com.sybase.xml.xql.store.SybMemXmlStream
[+] com.sybase.xml.xql.store.SybFileXmlStream
[+] setParser(String parserName)
[-]
reSetParser
Description
Syntax
Examples