Interface XMLOpenHandler

All Known Implementing Classes:
OpgraphXMLFileOpenHandler, QueryXMLFileOpenHandler, SessionFileOpenHandler, TalkBankXMLOpenFileHandler

public interface XMLOpenHandler
  • Method Details

    • supportedExtensions

      Set<String> supportedExtensions()
      Get supported extensions (without '.')
    • canRead

      boolean canRead(StartElement startEle)
      Parameters:
      startEle -
      Returns:
      true if this reader can handle the given root start element.
    • openXMLFile

      void openXMLFile(File file, Map<String,Object> args) throws IOException
      Open xml document
      Parameters:
      file -
      args -
      Throws:
      IOException