KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > thaiopensource > datatype > xsd > StringDatatype


1 package com.thaiopensource.datatype.xsd;
2
3 class StringDatatype extends TokenDatatype {
4   StringDatatype() {
5     super(WHITE_SPACE_PRESERVE);
6   }
7 }
8
Popular Tags