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