See: Description
Class | Description |
---|---|
TStreamAdapter |
TStreamAdapter is the adaption of a stream based object model to the TXMLObject class.
|
TStreamMessages |
This class defines constants for the keys of the messages
defined in com.softwareag.tamino.db.api.objectModel.stream.TStreamMessages.xml.
|
TStreamObjectModel |
TStreamObjectModel represents the stream object model.
|
TStreamRootElementHandler |
TStreamRootElementHandler is a DefaultHandler that simply handles all events until the startElement event
for the root element has been processed.
|
TStreamWriter |
TStreamWriter is capable to write byte or character input streams containing XML to byte or character output streams
by making use of the SAX based event model.
|
TStreamWriterHelper |
The TStreamWriterHelper provides clients (mainly SAX event handlers) with
methodes to write easily the results from a SAX event to a Writer.
|
TStreamWritingDeclHandler |
TStreamWritingDeclHandler implements the DeclHandler interface.
|
TStreamWritingDefaultHandler |
TStreamWritingDefaultHandler is a DefaultHandler that is responsible for writing all obtained
SAX events to a given data sunk.
|
TStreamWritingLexicalHandler |
TSAXWritingLexicalHandler implements the LexicalHandler interface.
|
Exception | Description |
---|---|
TStreamRootElementEnded |
TStreamRootElementEnded is a RuntimeException needed to show in a controlled manner
that the end of a root element within an XML document has been reached.
|
Provides classes and interfaces to work with a stream object model.
This package provides the stream object model class. The class is used to set the stream object model for Tamino accessors. An accessor created for the stream object model treats XML documents as streams both for storing to and retrieving from Tamino.
Copyright (c) 2017 Software AG. All Rights Reserved.