Tamino API for Java Version 8.2.2
 —  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.

../graphics/gr_b_sm.gif Get Personal
../graphics/gr_b_sm.gif SAX Package: Using SAX Object Model
../graphics/gr_b_sm.gif DOM4J: Adding an Object Model
../graphics/gr_b_sm.gif All That Jazz
../graphics/gr_b_sm.gif Code Listings

Top of page