jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/dt/builtin/CompatibilityDatatypeLibrary.java
changeset 32904 42076a665ea1
parent 25871 b80b84e87032
equal deleted inserted replaced
32803:51b2db2fa04c 32904:42076a665ea1
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 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
    43  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    43  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    44  * THE SOFTWARE.
    44  * THE SOFTWARE.
    45  */
    45  */
    46 package com.sun.xml.internal.rngom.dt.builtin;
    46 package com.sun.xml.internal.rngom.dt.builtin;
    47 
    47 
    48 import org.relaxng.datatype.Datatype;
    48 import com.sun.xml.internal.org.relaxng.datatype.Datatype;
    49 import org.relaxng.datatype.DatatypeBuilder;
    49 import com.sun.xml.internal.org.relaxng.datatype.DatatypeBuilder;
    50 import org.relaxng.datatype.DatatypeException;
    50 import com.sun.xml.internal.org.relaxng.datatype.DatatypeException;
    51 import org.relaxng.datatype.DatatypeLibrary;
    51 import com.sun.xml.internal.org.relaxng.datatype.DatatypeLibrary;
    52 import org.relaxng.datatype.DatatypeLibraryFactory;
    52 import com.sun.xml.internal.org.relaxng.datatype.DatatypeLibraryFactory;
    53 import com.sun.xml.internal.rngom.xml.util.WellKnownNamespaces;
    53 import com.sun.xml.internal.rngom.xml.util.WellKnownNamespaces;
    54 
    54 
    55 class CompatibilityDatatypeLibrary implements DatatypeLibrary {
    55 class CompatibilityDatatypeLibrary implements DatatypeLibrary {
    56     private final DatatypeLibraryFactory factory;
    56     private final DatatypeLibraryFactory factory;
    57     private DatatypeLibrary xsdDatatypeLibrary = null;
    57     private DatatypeLibrary xsdDatatypeLibrary = null;