com.jxml.quick.ocm
Class OCMpeerFactoryMap
java.lang.Object
|
+--com.jxml.quick.ocm.OCMpeerFactoryMap
- All Implemented Interfaces:
- OCMbase, OCMpeerFactory
- Direct Known Subclasses:
- OCMpeerFactoryMapByTag
- public class OCMpeerFactoryMap
- extends Object
- implements OCMpeerFactory
Maps data model classes to peer classes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entries
public HashMap entries
OCMpeerFactoryMap
public OCMpeerFactoryMap()
spawn
public OCMbase.SubBase spawn(HashMap prior)
- Description copied from interface:
OCMbase
- Creates a processing structure.
- Specified by:
spawn
in interface OCMbase
- Following copied from interface:
com.jxml.quick.ocm.OCMbase
- Parameters:
prior
- A table of already spawned objects,
keyed by their base object.
createPeer
public OCMpeer createPeer(Object dataModel,
OCMcontext context,
OCMpeer parent)
throws SAXException,
IOException
- Return a peer object.
- Specified by:
createPeer
in interface OCMpeerFactory