Package ca.phon.app.actions
Interface XMLOpenHandler
- All Known Implementing Classes:
OpgraphXMLFileOpenHandler
,QueryXMLFileOpenHandler
,SessionFileOpenHandler
,TalkBankXMLOpenFileHandler
public interface XMLOpenHandler
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canRead
(StartElement startEle) void
openXMLFile
(File file, Map<String, Object> args) Open xml documentGet supported extensions (without '.')
-
Method Details
-
supportedExtensions
Get supported extensions (without '.') -
canRead
- Parameters:
startEle
-- Returns:
true
if this reader can handle the given root start element.
-
openXMLFile
Open xml document- Parameters:
file
-args
-- Throws:
IOException
-