All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class xa.xa_AttTypeChoiceList

java.lang.Object
   |
   +----xa.xa_ChoiceList
           |
           +----xa.xa_AttTypeChoiceList

public class xa_AttTypeChoiceList
extends xa_ChoiceList

Class xa_AttTypeChoiceList - A list of the values allowed for the type of an attribute type.


Variable Index

 o ATT_TYPE_STRING
 o CDATA_STRING
 o CDATA_TYPE
 o ENTITIES_STRING
 o ENTITIES_TYPE
 o ENTITY_STRING
 o ENTITY_TYPE
 o ID_STRING
 o ID_TYPE
 o IDREF_STRING
 o IDREF_TYPE
 o IDREFS_STRING
 o IDREFS_TYPE
 o NMTOKEN_STRING
 o NMTOKEN_TYPE
 o NMTOKENS_STRING
 o NMTOKENS_TYPE
 o NOTATION_STRING
Constant value used for the name of this list - though this is not itself an XML keyword.
 o NOTATION_TYPE

Constructor Index

 o xa_AttTypeChoiceList()
Default constructor.

Method Index

 o init()
Initialise the list of allowed values.

Variables

 o ATT_TYPE_STRING
 public static final String ATT_TYPE_STRING
 o NOTATION_STRING
 public static final String NOTATION_STRING
Constant value used for the name of this list - though this is not itself an XML keyword.

 o CDATA_STRING
 public static final String CDATA_STRING
 o ID_STRING
 public static final String ID_STRING
 o IDREF_STRING
 public static final String IDREF_STRING
 o IDREFS_STRING
 public static final String IDREFS_STRING
 o ENTITY_STRING
 public static final String ENTITY_STRING
 o ENTITIES_STRING
 public static final String ENTITIES_STRING
 o NMTOKEN_STRING
 public static final String NMTOKEN_STRING
 o NMTOKENS_STRING
 public static final String NMTOKENS_STRING
 o NOTATION_TYPE
 public static final int NOTATION_TYPE
 o CDATA_TYPE
 public static final int CDATA_TYPE
 o ID_TYPE
 public static final int ID_TYPE
 o IDREF_TYPE
 public static final int IDREF_TYPE
 o IDREFS_TYPE
 public static final int IDREFS_TYPE
 o ENTITY_TYPE
 public static final int ENTITY_TYPE
 o ENTITIES_TYPE
 public static final int ENTITIES_TYPE
 o NMTOKEN_TYPE
 public static final int NMTOKEN_TYPE
 o NMTOKENS_TYPE
 public static final int NMTOKENS_TYPE

Constructors

 o xa_AttTypeChoiceList
 public xa_AttTypeChoiceList()
Default constructor.

Methods

 o init
 protected void init()
Initialise the list of allowed values.


All Packages  Class Hierarchy  This Package  Previous  Next  Index