Reads an mapping definition file in XML format. When finished reading the mapping info from the XML file, this class holds an object representation of it, rooted in a MappingNode
instance, and also holds an XML Document
representation.
MappingLoader loader = new MappingLoader(); MappingNode mappingRootNode = loader.loadDocument(istream);@see MappingNode
|
|
|
|
|
|
|
|
|
|