org.mybatis.generator.internal
Class XmlFileMergerJaxp
java.lang.Object
org.mybatis.generator.internal.XmlFileMergerJaxp
public class XmlFileMergerJaxp
- extends java.lang.Object
This class handles the task of merging changes into an existing XML file.
- Author:
- Jeff Butler
Method Summary |
static java.lang.String |
getMergedSource(GeneratedXmlFile generatedXmlFile,
java.io.File existingFile)
|
static java.lang.String |
getMergedSource(org.xml.sax.InputSource newFile,
org.xml.sax.InputSource existingFile,
java.lang.String existingFileName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getMergedSource
public static java.lang.String getMergedSource(GeneratedXmlFile generatedXmlFile,
java.io.File existingFile)
throws ShellException
- Throws:
ShellException
getMergedSource
public static java.lang.String getMergedSource(org.xml.sax.InputSource newFile,
org.xml.sax.InputSource existingFile,
java.lang.String existingFileName)
throws java.io.IOException,
org.xml.sax.SAXException,
javax.xml.parsers.ParserConfigurationException,
ShellException
- Throws:
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
ShellException