See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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 | Description |
---|---|
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.
|
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) 2017 Software AG. All Rights Reserved.