In this document you will find references to complete code listings of the examples discussed in the documentation of the Tamino API for Java.
The root directory of the specified file locations is the directory containing the Tamino API documentation, which is <TaminoDocRootDir>SDK/TaminoAPI4J/Documentation/inoapi/
The .java files are located in the subdirectory /listings/examples/greeting.
listings | > examples | > greeting | XMLGreeting.java XMLGreetingDOM4J.java ProcessXMLGreeting.java ProcessXMLGreetingDOM4J.java NonXMLGreeting.java ProcessNonXMLGreeting.java | > SAX | ProcessGreeting.java GreetingDefaultHandler.java Greeting.java ElementDefaultHandler.java DocumentDefaultHandler.java
The .java files are located in the subdirectory /listings/examples/person.
listings | > examples | > person | ProcessPersons.java ProcessPersonsDOM4j.java ProcessPersonsWithSchema.java ProcessPersonsWithSchemaDOM4J.java
The .java files are located in the subdirectory /listings/examples/jazz.
listings | > examples | > jazz | InsertConstraintCheck.java InsertConstraintCheckDOM4J.java InsertUnique.java InsertUniqueDOM4J.java MusicianCollaborationResult.java MusicianCollaborationResultDOM4J.java
The .java files are located in the subdirectories /listings/objectModel/dom4j and /listings/response/dom4j.
listings | > objectModel | > dom4j | TDOM4JAdapter.java TDOM4JElementIterator.java TDOM4JNamespaceStack.java TDOM4JObjectModel.java TDOM4JXMLOutputter.java
listings | > response | > dom4j | TDOM4JInputStreamInterpreter.java