src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/Util.java
changeset 47312 d4f959806fe9
parent 47216 71c04702a3d5
child 48409 5ab69533994b
equal deleted inserted replaced
47311:ff631a3cadbc 47312:d4f959806fe9
     1 /*
     1 /*
     2  * reserved comment block
     2  * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT REMOVE OR ALTER!
     3  * @LastModified: Sep 2017
     4  */
     4  */
     5 /*
     5 /*
     6  * Licensed to the Apache Software Foundation (ASF) under one or more
     6  * Licensed to the Apache Software Foundation (ASF) under one or more
     7  * contributor license agreements.  See the NOTICE file distributed with
     7  * contributor license agreements.  See the NOTICE file distributed with
     8  * this work for additional information regarding copyright ownership.
     8  * this work for additional information regarding copyright ownership.
    19  * limitations under the License.
    19  * limitations under the License.
    20  */
    20  */
    21 
    21 
    22 package com.sun.org.apache.xalan.internal.xsltc.compiler.util;
    22 package com.sun.org.apache.xalan.internal.xsltc.compiler.util;
    23 
    23 
    24 import java.util.StringTokenizer;
       
    25 
       
    26 import com.sun.org.apache.bcel.internal.generic.Type;
    24 import com.sun.org.apache.bcel.internal.generic.Type;
    27 import com.sun.org.apache.xalan.internal.utils.SecuritySupport;
       
    28 import com.sun.org.apache.xalan.internal.xsltc.compiler.Constants;
    25 import com.sun.org.apache.xalan.internal.xsltc.compiler.Constants;
    29 import com.sun.org.apache.xml.internal.utils.XML11Char;
    26 import com.sun.org.apache.xml.internal.utils.XML11Char;
       
    27 import java.util.StringTokenizer;
       
    28 import jdk.xml.internal.SecuritySupport;
    30 
    29 
    31 /**
    30 /**
    32  * @author Jacek Ambroziak
    31  * @author Jacek Ambroziak
    33  * @author Santiago Pericas-Geertsen
    32  * @author Santiago Pericas-Geertsen
    34  */
    33  */