Package com.jxml.quick.ocm

Interface Summary
OCMbase A base interface for an OCM framework object.
OCMbase.SubBase A processing object spawned from an OCM framework object.
OCMcontext Provides the operating context for a conversion.
OCMpeer Provides the functionality for the conversion.
OCMpeerFactory Creates the functionality peer objects.
OCMrootPeer Must be implemented by the root peer object.
OCMsink Processes documents.
OCMsink.SubSink A processing object spawned from an OCMsource object.
OCMsource Provides input data and schema.
OCMsource.SubSource A processing object spawned from an OCM source object.
OCMvalidator Provides the functionality for validation.
OCMvalidator.SubValidator  
 

Class Summary
OCMattribute Generic attribute model.
OCMcontextSupport A base class for the operating context.
OCMelement Generic element model.
OCMError A model for the error element.
OCMErrorRoot A model for the errorRoot element, which is the root element of the Error binding schema.
OCMparam Maps data model classes to peer classes.
OCMpeerFactoryEntry Maps data model classes to peer classes.
OCMpeerFactoryMap Maps data model classes to peer classes.
OCMpeerFactoryMapByTag Maps data model tags to peer classes.
OCMpeerSupport Provides the functionality for the conversion.
OCMpeerSupportLite Provides the functionality for the conversion.
OCMrootPeerSupport Provides the functionality for the conversion.
OCMrootPeerSupportLite Support class for ocm applications which do not perform conversion.
OCMsinkSupport Support class for OCMsink.
OCMsourceByName Retrives document by URL or file name.
OCMtemplate  
OCMtranscribe Transcribes data to a new set of classes, but using the same data model.
OCMvalidatorSupport Support class for OCMvalidator.
 

Exception Summary
OCMinvalidException A document was not valid .
OCMinvalidRootException A document was not valid .