Tamino API for Java Version 9.7
 —  Tamino API for Java  —

Doing More with the API

We now provide further examples that show you how to use the Tamino API. In these examples we demonstrate:

In the first example called "Get Personal", we demonstrate XML document processing using the schema "Person".

In the second example called "SAX Package: Using SAX Object Model", we demonstrate a simple application using the SAX object model.

In the third example called "Adding an Object Model", we demonstrate how to add another XML object model to the API using the DOM4J object model.

In the fourth example called "All That Jazz", more advanced concepts such as conceptual model representation, schema definition, joining documents are discussed.

Get Personal
SAX Package: Using SAX Object Model
DOM4J: Adding an Object Model
All That Jazz
Code Listings

Top of page