jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/ast/util/CheckingSchemaBuilder.java
changeset 32904 42076a665ea1
parent 32795 5a5710ee05a0
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
    51 import com.sun.xml.internal.rngom.binary.SchemaBuilderImpl;
    51 import com.sun.xml.internal.rngom.binary.SchemaBuilderImpl;
    52 import com.sun.xml.internal.rngom.binary.SchemaPatternBuilder;
    52 import com.sun.xml.internal.rngom.binary.SchemaPatternBuilder;
    53 import com.sun.xml.internal.rngom.parse.IllegalSchemaException;
    53 import com.sun.xml.internal.rngom.parse.IllegalSchemaException;
    54 import com.sun.xml.internal.rngom.parse.host.ParsedPatternHost;
    54 import com.sun.xml.internal.rngom.parse.host.ParsedPatternHost;
    55 import com.sun.xml.internal.rngom.parse.host.SchemaBuilderHost;
    55 import com.sun.xml.internal.rngom.parse.host.SchemaBuilderHost;
    56 import org.relaxng.datatype.DatatypeLibraryFactory;
    56 import com.sun.xml.internal.org.relaxng.datatype.DatatypeLibraryFactory;
    57 import org.xml.sax.ErrorHandler;
    57 import org.xml.sax.ErrorHandler;
    58 
    58 
    59 /**
    59 /**
    60  * Wraps a {@link SchemaBuilder} and does all the semantic checks
    60  * Wraps a {@link SchemaBuilder} and does all the semantic checks
    61  * required by the RELAX NG spec.
    61  * required by the RELAX NG spec.