< prev index next >

jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/parser/state/SimpleType_List.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,47 **** * 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 SimpleType_List extends NGCCHandler { private Locator locator; private AnnotationImpl annotation; --- 23,42 ---- * questions. */ /* this file is generated by RelaxNGCC */ package com.sun.xml.internal.xsom.impl.parser.state; ! import com.sun.xml.internal.bind.WhiteSpaceProcessor; ! import com.sun.xml.internal.xsom.impl.*; ! import com.sun.xml.internal.xsom.impl.parser.*; ! import com.sun.xml.internal.xsom.parser.*; ! import java.util.*; + import org.xml.sax.Attributes; + import org.xml.sax.Locator; + import org.xml.sax.SAXException; class SimpleType_List extends NGCCHandler { private Locator locator; private AnnotationImpl annotation;
*** 334,345 **** revertToParentFromText(result, super._cookie, $value); } break; case 5: { NGCCHandler h = new qname(this, super._source, $runtime, 260); ! spawnChildFromText(h, $value); } break; } } --- 329,341 ---- revertToParentFromText(result, super._cookie, $value); } break; case 5: { + // <xs:simpleType> -> <xs:list> with attribute 'itemType' = $value NGCCHandler h = new qname(this, super._source, $runtime, 260); ! spawnChildFromText(h, WhiteSpaceProcessor.collapse($value)); } break; } }
< prev index next >