dbXML API

Uses of Package
com.dbxml.xml

Packages that use com.dbxml.xml
com.dbxml.db.common.adapters Defines a set of Adapter classes that allow dbXML to persist objects other than dbXML DocumentTable instances. 
com.dbxml.db.common.fulltext Defines the dbXML Full Text Indexer and a basic QueryResolver for Full Text retrieval. 
com.dbxml.db.common.query This package implements the common base functionality for Query Resolver implementations. 
com.dbxml.db.common.xpath This package implements the dbXML XPath query resolver. 
com.dbxml.db.common.xslt This package implements the dbXML XSLT query resolver. 
com.dbxml.db.common.xupdate Defines several classes for dbXML XUpdate query processing. 
com.dbxml.db.core This is the top-level package for all dbXML Core functionality. 
com.dbxml.db.core.adapter Defines the Adapter interface as well as an abstract Adapter implementation that can be built from. 
com.dbxml.db.core.indexer Defines the dbXML Indexer interfaces  
com.dbxml.db.core.query Implements the dbXML QueryEngine and XPathQueryResolver. 
com.dbxml.db.core.security Implements the classes and interfaces necessary to support Access Control in dbXML. 
com.dbxml.db.enterprise.sync Implements the Extensions and Triggers required to perform seemless synchronization between servers. 
com.dbxml.xml Top level package for dbXML XML support, including DOM, SAX, DTSM, and Text support. 
com.dbxml.xml.dtsm Defines the dbXML DTSM support interfaces. 
 

Classes in com.dbxml.xml used by com.dbxml.db.common.adapters
XMLSerializable
          XMLSerializable is the interface that must be implemented by XMLSerializable classes.
 

Classes in com.dbxml.xml used by com.dbxml.db.common.fulltext
NamespaceMap
          NamespaceMap is just a HashMap extension that provides some useful Namespace related functionality.
 

Classes in com.dbxml.xml used by com.dbxml.db.common.query
NamespaceMap
          NamespaceMap is just a HashMap extension that provides some useful Namespace related functionality.
 

Classes in com.dbxml.xml used by com.dbxml.db.common.xpath
NamespaceMap
          NamespaceMap is just a HashMap extension that provides some useful Namespace related functionality.
 

Classes in com.dbxml.xml used by com.dbxml.db.common.xslt
NamespaceMap
          NamespaceMap is just a HashMap extension that provides some useful Namespace related functionality.
 

Classes in com.dbxml.xml used by com.dbxml.db.common.xupdate
NamespaceMap
          NamespaceMap is just a HashMap extension that provides some useful Namespace related functionality.
 

Classes in com.dbxml.xml used by com.dbxml.db.core
NamespaceMap
          NamespaceMap is just a HashMap extension that provides some useful Namespace related functionality.
SymbolTable
          SymbolTable is a class that allows the dbXML Compression system to resolve symbol IDs in compression/decompression passes.
 

Classes in com.dbxml.xml used by com.dbxml.db.core.adapter
NamespaceMap
          NamespaceMap is just a HashMap extension that provides some useful Namespace related functionality.
 

Classes in com.dbxml.xml used by com.dbxml.db.core.indexer
NamespaceMap
          NamespaceMap is just a HashMap extension that provides some useful Namespace related functionality.
SymbolTable
          SymbolTable is a class that allows the dbXML Compression system to resolve symbol IDs in compression/decompression passes.
 

Classes in com.dbxml.xml used by com.dbxml.db.core.query
NamespaceMap
          NamespaceMap is just a HashMap extension that provides some useful Namespace related functionality.
 

Classes in com.dbxml.xml used by com.dbxml.db.core.security
XMLSerializable
          XMLSerializable is the interface that must be implemented by XMLSerializable classes.
 

Classes in com.dbxml.xml used by com.dbxml.db.enterprise.sync
XMLSerializable
          XMLSerializable is the interface that must be implemented by XMLSerializable classes.
 

Classes in com.dbxml.xml used by com.dbxml.xml
NamespaceMap
          NamespaceMap is just a HashMap extension that provides some useful Namespace related functionality.
QName
          QName represents an XML qualified name.
SymbolTable
          SymbolTable is a class that allows the dbXML Compression system to resolve symbol IDs in compression/decompression passes.
SymbolTable.SymbolInfo
           
SymbolTableSymbols
          SymbolTableSymbols is class that represents the hard-coded definition of a compressed symbol table.
XMLSerializable
          XMLSerializable is the interface that must be implemented by XMLSerializable classes.
 

Classes in com.dbxml.xml used by com.dbxml.xml.dtsm
QName
          QName represents an XML qualified name.
SymbolTable
          SymbolTable is a class that allows the dbXML Compression system to resolve symbol IDs in compression/decompression passes.
 


dbXML API

Copyright (c) 2004 The dbXML Group