jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/SchemaConstraintChecker.java
changeset 33547 e4c76ac38b12
parent 25871 b80b84e87032
equal deleted inserted replaced
33390:d131f4b8433a 33547:e4c76ac38b12
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, 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
    46 import static javax.xml.XMLConstants.W3C_XML_SCHEMA_NS_URI;
    46 import static javax.xml.XMLConstants.W3C_XML_SCHEMA_NS_URI;
    47 
    47 
    48 /**
    48 /**
    49  * Checks XML Schema XML representation constraints and
    49  * Checks XML Schema XML representation constraints and
    50  * schema component constraints by using JAXP 1.3 validation framework.
    50  * schema component constraints by using JAXP 1.3 validation framework.
    51  * <p/>
    51  * <p>
    52  *
    52  *
    53  * @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    53  * @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    54  * @author Ryan Shoemaker (ryan.shoemaker@sun.com)
    54  * @author Ryan Shoemaker (ryan.shoemaker@sun.com)
    55  */
    55  */
    56 public class SchemaConstraintChecker {
    56 public class SchemaConstraintChecker {