com.dbxml.db.client.xmldb
Class QueryServiceImpl
java.lang.Object
com.dbxml.db.client.xmldb.QueryServiceImpl
- All Implemented Interfaces:
- org.xmldb.api.base.Configurable, org.xmldb.api.base.Service
- Direct Known Subclasses:
- FullTextQueryServiceImpl, XPathQueryServiceImpl, XSLTransformServiceImpl, XUpdateQueryServiceImpl
- public abstract class QueryServiceImpl
- extends java.lang.Object
- implements org.xmldb.api.base.Service
QueryServiceImpl
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.xmldb.api.base.Service |
getName, getVersion |
QueryServiceImpl
public QueryServiceImpl(CollectionImpl col,
java.lang.String style)
setNamespace
public void setNamespace(java.lang.String prefix,
java.lang.String uri)
throws org.xmldb.api.base.XMLDBException
- Throws:
org.xmldb.api.base.XMLDBException
getNamespace
public java.lang.String getNamespace(java.lang.String prefix)
throws org.xmldb.api.base.XMLDBException
- Throws:
org.xmldb.api.base.XMLDBException
removeNamespace
public void removeNamespace(java.lang.String prefix)
throws org.xmldb.api.base.XMLDBException
- Throws:
org.xmldb.api.base.XMLDBException
clearNamespaces
public void clearNamespaces()
throws org.xmldb.api.base.XMLDBException
- Throws:
org.xmldb.api.base.XMLDBException
getProperty
public java.lang.String getProperty(java.lang.String name)
throws org.xmldb.api.base.XMLDBException
- Specified by:
getProperty
in interface org.xmldb.api.base.Configurable
- Throws:
org.xmldb.api.base.XMLDBException
setProperty
public void setProperty(java.lang.String name,
java.lang.String value)
throws org.xmldb.api.base.XMLDBException
- Specified by:
setProperty
in interface org.xmldb.api.base.Configurable
- Throws:
org.xmldb.api.base.XMLDBException
setCollection
public void setCollection(org.xmldb.api.base.Collection col)
throws org.xmldb.api.base.XMLDBException
- Specified by:
setCollection
in interface org.xmldb.api.base.Service
- Throws:
org.xmldb.api.base.XMLDBException
Copyright (c) 2004 The dbXML Group