jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext.java
changeset 33547 e4c76ac38b12
parent 32795 5a5710ee05a0
equal deleted inserted replaced
33390:d131f4b8433a 33547:e4c76ac38b12
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    64 import com.sun.xml.internal.bind.v2.runtime.JaxBeanInfo;
    64 import com.sun.xml.internal.bind.v2.runtime.JaxBeanInfo;
    65 import java.util.logging.Level;
    65 import java.util.logging.Level;
    66 import java.util.logging.Logger;
    66 import java.util.logging.Logger;
    67 
    67 
    68 import org.xml.sax.ErrorHandler;
    68 import org.xml.sax.ErrorHandler;
       
    69 import org.xml.sax.Locator;
    69 import org.xml.sax.SAXException;
    70 import org.xml.sax.SAXException;
    70 import org.xml.sax.helpers.LocatorImpl;
    71 import org.xml.sax.helpers.LocatorImpl;
    71 
    72 
    72 /**
    73 /**
    73  * Center of the unmarshalling.
    74  * Center of the unmarshalling.