home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _8763CDF9F6714367A954EE31A615B1D4 < prev    next >
Encoding:
Text File  |  2003-04-03  |  537 b   |  24 lines

  1. /**
  2.  * SchemaNCName.java
  3.  *
  4.  * This file was generated by XMLSPY 5 Enterprise Edition.
  5.  *
  6.  * YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
  7.  * OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
  8.  *
  9.  * Refer to the XMLSPY Documentation for further details.
  10.  * http://www.altova.com/xmlspy
  11.  */
  12.  
  13. package com.altova.xml.types;
  14.  
  15. public class SchemaNCName extends SchemaName {
  16.     public SchemaNCName(String newvalue) {
  17.         super(newvalue);
  18.     }
  19.  
  20.     public SchemaNCName(SchemaNCName newvalue) {
  21.         super((SchemaName)newvalue);
  22.     }
  23. }
  24.