Uses of Class
uk.apl.jxc.mapper.XMLMapperException

Packages that use XMLMapperException
uk.apl.jxc.mapper Contains an XML mapper 
 

Uses of XMLMapperException in uk.apl.jxc.mapper
 

Methods in uk.apl.jxc.mapper that throw XMLMapperException
 void XMLMapper.addMappingsFromSavedMapping(java.io.File savedMapping)
          Clears any previously added mappings and adds any mappings found in the saved XML mapping file.
 org.w3c.dom.Document XMLMapper.apply(org.w3c.dom.Document xml)
          Applies the mapping to an XML Document
 org.w3c.dom.Document XMLMapper.apply(java.io.File xmlFile)
          Applies the mapping to an XML File.
 org.w3c.dom.Document XMLMapper.apply(java.lang.String xml)
          Applies the mapping to an XML String
 



Copyright 2010 Andrew Leigh. All Rights Reserved.