org.apache.xerces.impl.dtd
public class XMLSimpleType extends Object
Version: $Id: XMLSimpleType.java,v 1.7 2004/10/04 21:57:30 mrglavas Exp $
| Field Summary | |
|---|---|
| DatatypeValidator | datatypeValidator datatypeValidator |
| short | defaultType defaultType |
| String | defaultValue defaultValue |
| static short | DEFAULT_TYPE_DEFAULT DEFAULT_TYPE_DEFAULT |
| static short | DEFAULT_TYPE_FIXED DEFAULT_TYPE_FIXED |
| static short | DEFAULT_TYPE_IMPLIED DEFAULT_TYPE_IMPLIED |
| static short | DEFAULT_TYPE_REQUIRED DEFAULT_TYPE_REQUIRED |
| String[] | enumeration enumeration |
| boolean | list list |
| String | name name |
| String | nonNormalizedDefaultValue non-normalized defaultValue |
| short | type type |
| static short | TYPE_CDATA TYPE_CDATA |
| static short | TYPE_ENTITY TYPE_ENTITY |
| static short | TYPE_ENUMERATION TYPE_ENUMERATION |
| static short | TYPE_ID TYPE_ID |
| static short | TYPE_IDREF TYPE_IDREF |
| static short | TYPE_NAMED TYPE_NAMED |
| static short | TYPE_NMTOKEN TYPE_NMTOKEN |
| static short | TYPE_NOTATION TYPE_NOTATION |
| Method Summary | |
|---|---|
| void | clear()
clear |
| void | setValues(short type, String name, String[] enumeration, boolean list, short defaultType, String defaultValue, String nonNormalizedDefaultValue, DatatypeValidator datatypeValidator)
setValues
|
| void | setValues(XMLSimpleType simpleType) Set values. |
Parameters: type name enumeration list defaultType defaultValue nonNormalizedDefaultValue datatypeValidator