All Classes and Interfaces

Class
Description
Created: Feb 9, 2009 12:21:43 PM
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.
DefaultElementFactory is an ElementFactory implementation creating instances of basic Element class.
DomBuilderHandler - implementation of SimpleHandler building DOM strctures during parsing time.
Element - basic document tree node implementation.
 
ElementFactory is inderface definition for factories creating proper instances of Element class or its extension.
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.
SimpleHandler - parser handler interface for event driven parser.
SimpleParser - implementation of SAX parser.
 
 
 
SingletonFactory provides a way to use only one instance of SimpleParser in all your code.
TODO this is information for developers that there is still something to do with annotated code.
This enumeration defines importance levels for code change which is expected to be made for annotated element.
Describe class Types here.
Describe class DataType here.
XMLDB is the main database access class.
This is parrent exception for all data base related exceptions.
This is temporary code used for testing purposes only.
Created: Feb 9, 2009 12:21:23 PM
Describe class XMLUtil here.