com.jxml.quick.ocm
Interface OCMpeer

All Known Subinterfaces:
OCMrootPeer
All Known Implementing Classes:
OCMpeerSupport, OCMpeerSupportLite

public interface OCMpeer

Provides the functionality for the conversion.


Method Summary
 void cvt(Object param)
          Perform the conversion.
 void init(Object dataModel, OCMcontext context, OCMpeer parent, Map paramMap)
          Initialize the peer object.
 

Method Detail

init

public void init(Object dataModel,
                 OCMcontext context,
                 OCMpeer parent,
                 Map paramMap)
          throws SAXException,
                 IOException
Initialize the peer object.
Parameters:
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.

cvt

public void cvt(Object param)
         throws SAXException,
                IOException
Perform the conversion.