java.lang.Object | |
↳ | com.atlassian.jira.imports.xml.DefaultBackupXmlParser |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Uses a SAXParser to parse the given file using the given SAX DefaultHandler.
|
[Expand]
Inherited Methods | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||
From interface
com.atlassian.jira.imports.xml.BackupXmlParser
|
Uses a SAXParser to parse the given file using the given SAX DefaultHandler.
fileName | Path name of the XML Backup file. |
---|---|
handler | A SAX DefaultHandler to handle the SAX events. |
IOException | |
---|---|
SAXException |