com.softwareag.tamino.db.api.objectModel.dom
Class TDOMObjectModel
java.lang.Object
com.softwareag.tamino.db.api.objectModel.TXMLObjectModel
com.softwareag.tamino.db.api.objectModel.dom.TDOMObjectModel
public class TDOMObjectModel
- extends TXMLObjectModel
TDOMObjectModel represents the DOM object model. This class is used when creating
accessor instances. An accessor is always created for a specific object model. The
factory methods for creating an accessor take an instance of an object model class.
Using this object model determines that the XML documents
provided by that accessor are DOM documents.
This class implements the singleton pattern, i.e. there is always only
one instance of this class available.
- Version:
- $Revision: 1.9 $
- Author:
- Marcus Schreyer
Methods inherited from class com.softwareag.tamino.db.api.objectModel.TXMLObjectModel |
deregister, getAdapterClass, getAdapterConstructor, getDocumentClass, getElementClass, getInputStreamInterpreterClass, getLocale, getProperty, getPropertyIterator, getPropertyKeyIterator, getRegisteredModel, getRegisteredModel, getRegisteredModels, getSpecifier, isRegistered, register, setLocale, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TDOMObjectModel
protected TDOMObjectModel()
- Internal constructor. Initializes the singleton instance of the DOM object model.
getInstance
public static TXMLObjectModel getInstance()
- Gets the singleton TDOMObjectModel instance.
- Returns:
- the singleton TDOMObjectModel instance.
Copyright (c) 2013 Software AG. All Rights Reserved.