jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/binary/SchemaPatternBuilder.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
    44  * THE SOFTWARE.
    44  * THE SOFTWARE.
    45  */
    45  */
    46 package com.sun.xml.internal.rngom.binary;
    46 package com.sun.xml.internal.rngom.binary;
    47 
    47 
    48 import com.sun.xml.internal.rngom.nc.NameClass;
    48 import com.sun.xml.internal.rngom.nc.NameClass;
    49 import org.relaxng.datatype.Datatype;
    49 import com.sun.xml.internal.org.relaxng.datatype.Datatype;
    50 import org.xml.sax.Locator;
    50 import org.xml.sax.Locator;
    51 
    51 
    52 public class SchemaPatternBuilder extends PatternBuilder {
    52 public class SchemaPatternBuilder extends PatternBuilder {
    53   private boolean idTypes;
    53   private boolean idTypes;
    54   private final Pattern unexpandedNotAllowed =
    54   private final Pattern unexpandedNotAllowed =