Class FullXmlModelledParser

    • Constructor Detail

      • FullXmlModelledParser

        public FullXmlModelledParser​(File file)
                              throws javax.xml.bind.JAXBException,
                                     FileNotFoundException

        Constructor for FullXmlModelledParser.

        Parameters:
        file - a File object.
        Throws:
        javax.xml.bind.JAXBException - if any.
        FileNotFoundException - if any.
      • FullXmlModelledParser

        public FullXmlModelledParser​(InputStream inputStream)
                              throws javax.xml.bind.JAXBException

        Constructor for FullXmlModelledParser.

        Parameters:
        inputStream - a InputStream object.
        Throws:
        javax.xml.bind.JAXBException - if any.
      • FullXmlModelledParser

        public FullXmlModelledParser​(Reader reader)
                              throws javax.xml.bind.JAXBException

        Constructor for FullXmlModelledParser.

        Parameters:
        reader - a Reader object.
        Throws:
        javax.xml.bind.JAXBException - if any.
      • FullXmlModelledParser

        public FullXmlModelledParser​(URL url)
                              throws IOException,
                                     javax.xml.bind.JAXBException

        Constructor for FullXmlModelledParser.

        Parameters:
        url - a URL object.
        Throws:
        IOException - if any.
        javax.xml.bind.JAXBException - if any.
    • Method Detail