jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/parser/state/qname.java
changeset 42124 640a383428fb
parent 25871 b80b84e87032
equal deleted inserted replaced
42002:3ee4e7827413 42124:640a383428fb
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2016, 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
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 /* this file is generated by RelaxNGCC */
    26 /* this file is generated by RelaxNGCC */
    27 package com.sun.xml.internal.xsom.impl.parser.state;
    27 package com.sun.xml.internal.xsom.impl.parser.state;
       
    28 
    28 import org.xml.sax.SAXException;
    29 import org.xml.sax.SAXException;
    29 import org.xml.sax.XMLReader;
       
    30 import org.xml.sax.Attributes;
    30 import org.xml.sax.Attributes;
    31 import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx;
    31 import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx;
    32 
       
    33     import com.sun.xml.internal.xsom.*;
       
    34     import com.sun.xml.internal.xsom.parser.*;
       
    35     import com.sun.xml.internal.xsom.impl.*;
       
    36     import com.sun.xml.internal.xsom.impl.parser.*;
       
    37     import org.xml.sax.Locator;
       
    38     import org.xml.sax.ContentHandler;
       
    39     import org.xml.sax.helpers.*;
       
    40     import java.util.*;
       
    41     import java.math.BigInteger;
       
    42 
       
    43 
       
    44 
    32 
    45 class qname extends NGCCHandler {
    33 class qname extends NGCCHandler {
    46     private String qvalue;
    34     private String qvalue;
    47     protected final NGCCRuntimeEx $runtime;
    35     protected final NGCCRuntimeEx $runtime;
    48     private int $_ngcc_current_state;
    36     private int $_ngcc_current_state;
   148                 revertToParentFromText($runtime.parseUName(qvalue), super._cookie, $value);
   136                 revertToParentFromText($runtime.parseUName(qvalue), super._cookie, $value);
   149             }
   137             }
   150             break;
   138             break;
   151         case 1:
   139         case 1:
   152             {
   140             {
   153                 qvalue = $value;
   141                 qvalue = $runtime.collapse($value);
   154                 $_ngcc_current_state = 0;
   142                 $_ngcc_current_state = 0;
   155             }
   143             }
   156             break;
   144             break;
   157         }
   145         }
   158     }
   146     }