All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class xa.xa_XmlSpaceChoiceList

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

public class xa_XmlSpaceChoiceList
extends xa_ChoiceList

Class xa_XmlSpaceChoiceList - A list of the values allowed in an 'xml:space' ATTLIST declaration.


Variable Index

 o DEFAULT_STRING
Constant value used for the 'standalone' keyword.
 o PRESERVE_STRING
 o XML_SPACE_STRING

Constructor Index

 o xa_XmlSpaceChoiceList()
Default constructor.

Method Index

 o init()
Initialise the list of allowed values.

Variables

 o XML_SPACE_STRING
 public static final String XML_SPACE_STRING
 o DEFAULT_STRING
 public static final String DEFAULT_STRING
Constant value used for the 'standalone' keyword.

 o PRESERVE_STRING
 public static final String PRESERVE_STRING

Constructors

 o xa_XmlSpaceChoiceList
 public xa_XmlSpaceChoiceList()
Default constructor.

Methods

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index