Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
G
H
N
R
S
T
W
C
canWriteToOutputStream()
- Method in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMAdapter
Indicates if this instance can be currently written to an output stream.
com.softwareag.tamino.db.api.objectModel.jdom
- package com.softwareag.tamino.db.api.objectModel.jdom
Provides classes and interfaces to work with a JDOM object model.
com.softwareag.tamino.db.api.response.jdom
- package com.softwareag.tamino.db.api.response.jdom
createTResourceId(Locale, String)
- Method in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDomMessages
createTResourceId(Locale, String)
- Method in class com.softwareag.tamino.db.api.response.jdom.
TResponseJDomMessages
D
doInterpret(TInputStream)
- Method in class com.softwareag.tamino.db.api.response.jdom.
TJDOMInputStreamInterpreter
Interprets the a general inputStream in a generic fashion.
G
getDocname()
- Method in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMAdapter
Gets the ino:docname from this Tamino data object.
getDoctype()
- Method in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMAdapter
Gets the doctype for this Tamino data object.
getDocument()
- Method in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMAdapter
Gets the document instance of the underlying object model.
getElement()
- Method in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMAdapter
Gets element instance of the underlying object model.
getId()
- Method in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMAdapter
Gets the ino:id attribute for the underlying XML data.
getInstance()
- Static method in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMObjectModel
Gets the singleton TJDOMObjectModel instance.
H
hasNext()
- Method in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMElementIterator
Returns true if the iteration has more JDOM Element instances.
N
next()
- Method in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMElementIterator
Returns the next JDOM Element instance in the list.
R
readDocumentStateFrom(ObjectInputStream)
- Method in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMAdapter
This abstract method serves as a plugin method for readStateFrom.
readFrom(InputStream)
- Method in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMAdapter
Reads data from inputStream and initializes the concrete object.
readFrom(InputStream, String)
- Method in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMAdapter
Reads data from inputStream and initializes the concrete object.
readFrom(Reader)
- Method in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMAdapter
Reads data from reader and initializes the concrete object.
readFrom(Reader, String)
- Method in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMAdapter
Reads data from reader and initializes the concrete object.
S
setDocname(String)
- Method in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMAdapter
Sets the ino:docname on this JDOM specific TXMLObject.
setId(String)
- Method in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMAdapter
Sets the ino:id for the XML instance.
setProperty(String, Object)
- Method in class com.softwareag.tamino.db.api.response.jdom.
TJDOMInputStreamInterpreter
Sets a generic property on the concrete interpreter instance.
T
TAJJDE0801
- Static variable in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDomMessages
Problems during parsing input stream and building JDOM document.
TAJJME1301
- Static variable in class com.softwareag.tamino.db.api.response.jdom.
TResponseJDomMessages
Interpreting the input stream for JDOM failed!
TAJJME1302
- Static variable in class com.softwareag.tamino.db.api.response.jdom.
TResponseJDomMessages
Interpreting the input stream failed!
TJDOMAdapter
- Class in
com.softwareag.tamino.db.api.objectModel.jdom
JDOMAdapter is the adaption of the JDOM object model to the TXMLObject class.
TJDOMAdapter()
- Constructor for class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMAdapter
Default Constructor.
TJDOMAdapter(Document)
- Constructor for class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMAdapter
Special Constructor.
TJDOMAdapter(Element)
- Constructor for class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMAdapter
Special Constructor.
TJDOMElementIterator
- Class in
com.softwareag.tamino.db.api.objectModel.jdom
TJDOMElementIterator is a convenience class.
TJDOMElementIterator(TXMLObjectIterator)
- Constructor for class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMElementIterator
Initializes an iterator with a TXMLObjectIterator instance.
TJDOMInputStreamInterpreter
- Class in
com.softwareag.tamino.db.api.response.jdom
TJDOMInputStreamInterpreter is the implemenation for the interpreting as it is needed for JDOM needs.
TJDOMInputStreamInterpreter(String)
- Constructor for class com.softwareag.tamino.db.api.response.jdom.
TJDOMInputStreamInterpreter
TJDOMInputStreamInterpreter()
- Constructor for class com.softwareag.tamino.db.api.response.jdom.
TJDOMInputStreamInterpreter
TJDomMessages
- Class in
com.softwareag.tamino.db.api.objectModel.jdom
This class defines constants for the keys of the messages defined in com.softwareag.tamino.db.api.objectModel.jdom.TJDomMessages.xml.
TJDomMessages()
- Constructor for class com.softwareag.tamino.db.api.objectModel.jdom.
TJDomMessages
TJDOMObjectModel
- Class in
com.softwareag.tamino.db.api.objectModel.jdom
TJDOMObjectModel represents the JDOM object model.
TJDOMObjectModel()
- Constructor for class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMObjectModel
Internal constructor.
TResponseJDomMessages
- Class in
com.softwareag.tamino.db.api.response.jdom
This class defines constants for the keys of the messages defined in com.softwareag.tamino.db.api.response.jdom.TResponseJDomMessages.xml.
TResponseJDomMessages()
- Constructor for class com.softwareag.tamino.db.api.response.jdom.
TResponseJDomMessages
W
writeDocumentStateTo(ObjectOutputStream)
- Method in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMAdapter
This abstract method serves as a plugin method for writeStateTo.
writeTo(OutputStream, String)
- Method in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMAdapter
Writes the XML data to the given outputStream using the given encoding.
writeTo(Writer, String)
- Method in class com.softwareag.tamino.db.api.objectModel.jdom.
TJDOMAdapter
Writes the XML data to the given writer using the given encoding.
C
D
G
H
N
R
S
T
W
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright (c) ${year.timestamp} Software AG. All Rights Reserved.