public interface BackupXmlParser
APKeys.JIRA_IMPORT_CLEAN_XML
flag to determine if it should try to clean the XML of bad characters.| Modifier and Type | Method and Description |
|---|---|
void |
parseBackupXml(String fileName,
org.xml.sax.helpers.DefaultHandler handler)
Uses a SAXParser to parse the given file using the given SAX DefaultHandler.
|
void parseBackupXml(String fileName, org.xml.sax.helpers.DefaultHandler handler) throws IOException, SAXException
fileName - Path name of the XML Backup file.handler - A SAX DefaultHandler to handle the SAX events.FileNotFoundException - If the given file does not exist.IOException - If on IO Exception occursSAXException - If any SAX errors occur during processing.Copyright © 2002-2015 Atlassian. All Rights Reserved.