Class SaxonXQConnection

  • All Implemented Interfaces:
    XQConnection, XQDataFactory, XQStaticContext

    public class SaxonXQConnection
    extends SaxonXQDataFactory
    implements XQConnection
    Saxon implementation of the XQL interface XQConnection. This interface represents a "connection" between an XQuery application and an XQuery server. In Saxon the client and server run in the same process so the concept of a connection is rather notional, and some of the properties have little meaning. However, the connection is the factory object used to compile queries.

    For Javadoc descriptions of the public methors, see the XQJ documentation.