| |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 DataMapper | DataMapperFactory.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 DataMapper | DataMapperFactory.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 DataMapper | DataMapperFactory.createDataMapper(List properties) Creates a DataMapper subclass based on the properties passed |
DataMapper | DataMapperFactory.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. |
DataMapper | DataMapperFactory.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 |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |