Package com.softwareag.tamino.db.api.objectModel

Provides classes and interfaces to work with object models in general.

See:
          Description

Interface Summary
TNonXMLObjectIterator TNonXMLObjectIterator is a bidirectional iterator to iterate over a list of TNonXMLObject instances.
TXMLObjectIterator TXMLObjectIterator is a bidirectional iterator to iterate over a list of TXMLObject instances.
 

Class Summary
TDataObject TDataObject is the abstraction of all types of documents stored in Tamino.
TNonXMLObject TNonXMLObject is the abstraction for a non-XML document.
TObjectModelMessages This class defines constants for the keys of the messages defined in com.softwareag.tamino.db.api.objectModel.TObjectModelMessages.xml.
TXMLObject TXMLObject is the abstraction of an XML document.
TXMLObjectFactory TXMLObjectFactory is the base class factory for the instantiation of concrete TXMLObject classes.
TXMLObjectModel TXMLObjectModel defines operations needed to define a specific XML object model that is supported.
 

Exception Summary
TIteratorException TIteratorException is the exception class for access errors within an iterator.
TNoSuchNonXMLObjectException TNoSuchXMLObjectException is the general purponse exception class for the indication that there is no such XML object available.
TNoSuchXMLObjectException TNoSuchXMLObjectException is the general purponse exception class for the indication that there is no such XML object available.
TObjectModelException TObjectModelException is the general purponse exception class for the object model.
 

Package com.softwareag.tamino.db.api.objectModel Description

Provides classes and interfaces to work with object models in general.

This package provides the classes representing XML and non-XML documents. It also provides the generic iterator interfaces to iterate over lists of XML or non-XML documents returned by Tamino.

The object model specific classes and interfaces are organized in a sub-package: each object model in a separate sub-package.



Copyright (c) 2013 Software AG. All Rights Reserved.