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 |