< prev index next >

src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/parser/state/qname.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 23,49 **** * questions. */ /* this file is generated by RelaxNGCC */ package com.sun.xml.internal.xsom.impl.parser.state; import org.xml.sax.SAXException; - import org.xml.sax.XMLReader; import org.xml.sax.Attributes; import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; - import com.sun.xml.internal.xsom.*; - import com.sun.xml.internal.xsom.parser.*; - import com.sun.xml.internal.xsom.impl.*; - import com.sun.xml.internal.xsom.impl.parser.*; - import org.xml.sax.Locator; - import org.xml.sax.ContentHandler; - import org.xml.sax.helpers.*; - import java.util.*; - import java.math.BigInteger; - - - class qname extends NGCCHandler { private String qvalue; protected final NGCCRuntimeEx $runtime; private int $_ngcc_current_state; protected String $uri; --- 23,37 ---- * questions. */ /* this file is generated by RelaxNGCC */ package com.sun.xml.internal.xsom.impl.parser.state; + import org.xml.sax.SAXException; import org.xml.sax.Attributes; import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; class qname extends NGCCHandler { private String qvalue; protected final NGCCRuntimeEx $runtime; private int $_ngcc_current_state; protected String $uri;
*** 148,158 **** revertToParentFromText($runtime.parseUName(qvalue), super._cookie, $value); } break; case 1: { ! qvalue = $value; $_ngcc_current_state = 0; } break; } } --- 136,146 ---- revertToParentFromText($runtime.parseUName(qvalue), super._cookie, $value); } break; case 1: { ! qvalue = $runtime.collapse($value); $_ngcc_current_state = 0; } break; } }
< prev index next >