Class ElmXmlLibraryReader

java.lang.Object
org.cqframework.cql.elm.serializing.jackson.ElmXmlLibraryReader
All Implemented Interfaces:
org.cqframework.cql.elm.serializing.ElmLibraryReader

public class ElmXmlLibraryReader extends Object implements org.cqframework.cql.elm.serializing.ElmLibraryReader
  • Constructor Details

    • ElmXmlLibraryReader

      public ElmXmlLibraryReader()
  • Method Details

    • read

      public org.hl7.elm.r1.Library read(File file) throws IOException
      Specified by:
      read in interface org.cqframework.cql.elm.serializing.ElmLibraryReader
      Throws:
      IOException
    • read

      public org.hl7.elm.r1.Library read(URL url) throws IOException
      Specified by:
      read in interface org.cqframework.cql.elm.serializing.ElmLibraryReader
      Throws:
      IOException
    • read

      public org.hl7.elm.r1.Library read(URI uri) throws IOException
      Specified by:
      read in interface org.cqframework.cql.elm.serializing.ElmLibraryReader
      Throws:
      IOException
    • read

      public org.hl7.elm.r1.Library read(String string) throws IOException
      Specified by:
      read in interface org.cqframework.cql.elm.serializing.ElmLibraryReader
      Throws:
      IOException
    • read

      public org.hl7.elm.r1.Library read(InputStream inputStream) throws IOException
      Specified by:
      read in interface org.cqframework.cql.elm.serializing.ElmLibraryReader
      Throws:
      IOException
    • read

      public org.hl7.elm.r1.Library read(Reader reader) throws IOException
      Specified by:
      read in interface org.cqframework.cql.elm.serializing.ElmLibraryReader
      Throws:
      IOException