Uses of Package
tigase.xml.db

Packages that use tigase.xml.db
Package
Description
This package contains implementation of simple data base stored in XML file.
  • Classes in tigase.xml.db used by tigase.xml.db
    Class
    Description
    DBElement class extends tigase.xml.Element.
    DBElementFactory is implementation of factory design pattern required by XML DOM builder to create proper Element instances for tree nodes.
    This exception is thrown when user tries to add subnode with name which already exists in data base.
    Exception is thrown when user tries to access non-existen node on 1st level.
    Describe class DataType here.
    XMLDB is the main database access class.
    This is parrent exception for all data base related exceptions.