Xindice API
version 1.1

org.apache.xindice.client.xmldb.services
Class XPathQueryServiceImpl

java.lang.Object
  |
  +--org.apache.xindice.client.xmldb.CommonConfigurable
        |
        +--org.apache.xindice.client.xmldb.services.QueryService
              |
              +--org.apache.xindice.client.xmldb.services.XPathQueryServiceImpl
All Implemented Interfaces:
org.xmldb.api.base.Configurable, org.xmldb.api.base.Service, org.xmldb.api.modules.XPathQueryService

public class XPathQueryServiceImpl
extends QueryService
implements org.xmldb.api.modules.XPathQueryService

XML:DB XPathQueryService implementation that uses XML-RPC communication with server

Version:
$Revision: 511426 $, $Date: 2007-02-24 22:25:02 -0500 (Sat, 24 Feb 2007) $
Author:
James Bates

Fields inherited from class org.apache.xindice.client.xmldb.services.QueryService
queryLang
 
Fields inherited from class org.apache.xindice.client.xmldb.CommonConfigurable
config
 
Constructor Summary
XPathQueryServiceImpl()
          Creates new XPathQueryService
 
Methods inherited from class org.apache.xindice.client.xmldb.services.QueryService
clearNamespaces, getName, getNamespace, getVersion, query, queryResource, removeNamespace, setCollection, setNamespace
 
Methods inherited from class org.apache.xindice.client.xmldb.CommonConfigurable
getProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xmldb.api.modules.XPathQueryService
clearNamespaces, getNamespace, query, queryResource, removeNamespace, setNamespace
 
Methods inherited from interface org.xmldb.api.base.Service
getName, getVersion, setCollection
 
Methods inherited from interface org.xmldb.api.base.Configurable
getProperty, setProperty
 

Constructor Detail

XPathQueryServiceImpl

public XPathQueryServiceImpl()
Creates new XPathQueryService

Xindice API
version 1.1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.