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

changeset 1445
06086cb6c349
parent 397
b99d7e355d4b
child 1546
dc8316632248
equal deleted inserted replaced
1444:38964474449e 1445:06086cb6c349
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.*;
31 import com.sun.xml.internal.xsom.impl.*;
32 import com.sun.xml.internal.xsom.impl.parser.*;
33 import com.sun.xml.internal.xsom.parser.*;
34
35 import java.util.ArrayList;
36 import java.util.List;
37
38 import org.xml.sax.Attributes;
28 import org.xml.sax.SAXException; 39 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 40
45 class identityConstraint extends NGCCHandler { 41 class identityConstraint extends NGCCHandler {
46 private String name; 42 private String name;
47 private UName ref; 43 private UName ref;
48 private ForeignAttributesImpl fa; 44 private ForeignAttributesImpl fa;
469 public void text(String $value) throws SAXException { 465 public void text(String $value) throws SAXException {
470 int $ai; 466 int $ai;
471 switch($_ngcc_current_state) { 467 switch($_ngcc_current_state) {
472 case 15: 468 case 15:
473 { 469 {
474 name = $value; 470 name = WhiteSpaceProcessor.collapse($value);
475 $_ngcc_current_state = 14; 471 $_ngcc_current_state = 14;
476 } 472 }
477 break; 473 break;
478 case 16: 474 case 16:
479 { 475 {

mercurial