src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/group.java

changeset 1518
d9877e4e1f2b
parent 1445
06086cb6c349
child 1546
dc8316632248
equal deleted inserted replaced
1517:31ab5999e551 1518:d9877e4e1f2b
1 /* 1 /*
2 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2017, 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
29 import com.sun.xml.internal.bind.WhiteSpaceProcessor;
30 import com.sun.xml.internal.xsom.impl.*;
31 import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx;
32 import com.sun.xml.internal.xsom.parser.*;
33
34 import org.xml.sax.Attributes;
35 import org.xml.sax.Locator;
28 import org.xml.sax.SAXException; 36 import org.xml.sax.SAXException;
29 import org.xml.sax.XMLReader;
30 import org.xml.sax.Attributes;
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 37
45 class group extends NGCCHandler { 38 class group extends NGCCHandler {
46 private AnnotationImpl annotation; 39 private AnnotationImpl annotation;
47 private String name; 40 private String name;
48 private ModelGroupImpl term; 41 private ModelGroupImpl term;
401 revertToParentFromText(result, super._cookie, $value); 394 revertToParentFromText(result, super._cookie, $value);
402 } 395 }
403 break; 396 break;
404 case 9: 397 case 9:
405 { 398 {
406 name = $value; 399 name = WhiteSpaceProcessor.collapse($value);
407 $_ngcc_current_state = 8; 400 $_ngcc_current_state = 8;
408 } 401 }
409 break; 402 break;
410 case 13: 403 case 13:
411 { 404 {

mercurial