Class FullXmlEvidenceParser

    • Constructor Detail

      • FullXmlEvidenceParser

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

        Constructor for FullXmlEvidenceParser.

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

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

        Constructor for FullXmlEvidenceParser.

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

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

        Constructor for FullXmlEvidenceParser.

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

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

        Constructor for FullXmlEvidenceParser.

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