Uses of Class
fipaos.parser.datamapping.DataMapper

Packages that use DataMapper
fipaos.parser.datamapping 
fipaos.parser.datamapping.xml 

Uses of DataMapper in fipaos.parser.datamapping
 

Methods in fipaos.parser.datamapping that return DataMapper
static DataMapperDataMapperFactory.createDataMapper(String data_url, String data, String schema_url)
          Creates a DataMapper subclass based on the type of instance
document referred to by the data_url parameter, the contents of which
are contained within the data parameter, or null
if none of the registered data mapper classes are capable of support the given
instance document type.
static DataMapperDataMapperFactory.createDataMapper(String data_url, String schema_url)
          Creates a DataMapper subclass based on the type of instance
document referred to by the data_url parameter, or null
if none of the registered data mapper classes are capable of support the given
instance document type.
static DataMapperDataMapperFactory.createDataMapper(List properties)
          Creates a DataMapper subclass based on the properties passed
DataMapperDataMapperFactory.Creator.createDataMapper(String url, String document, String schema)
          Each DataMapper implementation will implement this function to return a
DataMapper instance for those instance documents that it supports.
DataMapperDataMapperFactory.Creator.createDataMapper(List properties)
          Each DataMapper implementation will implement this function
in order to return a DataMapper instance for the required properties
 

Uses of DataMapper in fipaos.parser.datamapping.xml
 

Classes in fipaos.parser.datamapping.xml that implement DataMapper
class XMLBinding