Changeset 130:573b8b82d836

Show
Ignore:
Timestamp:
08/26/08 15:28:28 (5 years ago)
Author:
fbatard
Branch:
default
convert_revision:
svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@131
Message:

Update for the unmarshaller

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • org/w3c/unicorn/util/Unmarshaller.java

    r89 r130  
    1 // $Id: Unmarshaller.java,v 1.2 2008-06-17 13:45:31 jbarouh Exp $ 
     1// $Id: Unmarshaller.java,v 1.3 2008-08-26 15:28:28 fbatard Exp $ 
    22// Author: Damien LEROY. 
    33// (c) COPYRIGHT MIT, ERCIM ant Keio, 2006. 
     
    88import java.net.URL; 
    99 
    10 import javax.xml.bind.JAXBException; 
    11  
    12 import org.xml.sax.SAXException; 
    13  
    1410/** 
    1511 * Interface for all unmarshaller class in package unicorn. 
     
    1814public interface Unmarshaller { 
    1915 
    20         public void addURL (final URL aURL) throws IOException, JAXBException, SAXException; 
     16        public void addURL (final URL aURL) throws IOException; 
    2117 
    2218        public void unmarshal () throws Exception;