|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jxml.quick.QConverterSupport | +--com.jxml.quick.ocm.OCMpeerSupport
Provides the functionality for the conversion.
Field Summary | |
OCMcontext |
context
The conversion context. |
Object |
dataModel
The data model object paired to this peer. |
Map |
paramMap
Parameter data from the .util or .ocm file. |
OCMpeer |
parent
The conversion peer parent. |
Fields inherited from class com.jxml.quick.QConverterSupport |
al, destination, PUBLIC, rootTag, SYSTEM |
Constructor Summary | |
OCMpeerSupport()
|
Method Summary | |
abstract void |
cvt(Object param)
Perform the conversion. |
void |
doCvt(List l,
Object param)
Convenience method for converting lists of data model objects. |
void |
doCvt(Map m,
Object param)
Convenience method for converting maps of data model objects. |
void |
doCvt(Object dm,
Object param)
convenience method for converting other data model objects. |
void |
init(Object dataModel,
OCMcontext context,
OCMpeer parent,
Map paramMap)
Initialize the peer object. |
OCMpeer |
peer(Object dm)
Convenience method for retrieving another peer object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Object dataModel
public OCMcontext context
public OCMpeer parent
public Map paramMap
Constructor Detail |
public OCMpeerSupport()
Method Detail |
public final void init(Object dataModel, OCMcontext context, OCMpeer parent, Map paramMap) throws SAXException, IOException
OCMpeer
init
in interface OCMpeer
com.jxml.quick.ocm.OCMpeer
dataModel
- The data model object paired to this peer.context
- The conversion context.parent
- The peer object of the parent of the data model object.paramMap
- Parameter data from the .util or .ocm file.public abstract void cvt(Object param) throws SAXException, IOException
OCMpeer
cvt
in interface OCMpeer
public OCMpeer peer(Object dm) throws SAXException, IOException
public void doCvt(Object dm, Object param) throws SAXException, IOException
public void doCvt(List l, Object param) throws SAXException, IOException
public void doCvt(Map m, Object param) throws SAXException, IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |