All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class xa.xa_NodeTypeChoiceList

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

public class xa_NodeTypeChoiceList
extends xa_ChoiceList

A list of the values allowed for a node type. The constant values for the node types listed here are compatible with DOM, although it should be noted that:

1. The names of the constants used here differ from the DOM constants in org.w3c.dom.Node.

2. Extra node types are defined, for DTD entities.

3. The DOM attribute node type is not used.


Variable Index

 o ATT_DECL_STRING
 o ATT_DECL_TYPE
 o ATTLIST_DECL_STRING
 o ATTLIST_DECL_TYPE
 o ATTRIBUTE_STRING
 o ATTRIBUTE_TYPE
 o CDATA_STRING
 o CDATA_TYPE
 o COMMENT_STRING
 o COMMENT_TYPE
 o DOCTYPE_DECL_STRING
 o DOCTYPE_DECL_TYPE
 o DOCUMENT_FRAGMENT_STRING
 o DOCUMENT_FRAGMENT_TYPE
 o DOCUMENT_STRING
 o DOCUMENT_TYPE
 o ELEMENT_DECL_STRING
 o ELEMENT_DECL_TYPE
 o ELEMENT_STRING
 o ELEMENT_TYPE
 o ENTITY_DECL_STRING
 o ENTITY_DECL_TYPE
 o ENTITY_STRING
 o ENTITY_TYPE
 o EXTERNAL_ID_STRING
 o EXTERNAL_ID_TYPE
 o NAMESPACE_DECL_STRING
 o NAMESPACE_DECL_TYPE
 o NODE_TYPE_STRING
Constant value used for the name of this list - though this is not itself an XML keyword.
 o NOTATION_DECL_STRING
 o NOTATION_DECL_TYPE
 o PI_STRING
 o PI_TYPE
 o REFERENCE_STRING
 o REFERENCE_TYPE
 o TEXT_STRING
 o TEXT_TYPE
 o XML_DECL_STRING
 o XML_DECL_TYPE

Constructor Index

 o xa_NodeTypeChoiceList()
Default constructor.

Method Index

 o init()
Initialise the list of allowed values.

Variables

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

 o DOCUMENT_STRING
 public static final String DOCUMENT_STRING
 o ELEMENT_STRING
 public static final String ELEMENT_STRING
 o ATTRIBUTE_STRING
 public static final String ATTRIBUTE_STRING
 o PI_STRING
 public static final String PI_STRING
 o COMMENT_STRING
 public static final String COMMENT_STRING
 o TEXT_STRING
 public static final String TEXT_STRING
 o CDATA_STRING
 public static final String CDATA_STRING
 o DOCUMENT_FRAGMENT_STRING
 public static final String DOCUMENT_FRAGMENT_STRING
 o ENTITY_STRING
 public static final String ENTITY_STRING
 o REFERENCE_STRING
 public static final String REFERENCE_STRING
 o DOCTYPE_DECL_STRING
 public static final String DOCTYPE_DECL_STRING
 o EXTERNAL_ID_STRING
 public static final String EXTERNAL_ID_STRING
 o XML_DECL_STRING
 public static final String XML_DECL_STRING
 o NAMESPACE_DECL_STRING
 public static final String NAMESPACE_DECL_STRING
 o ATTLIST_DECL_STRING
 public static final String ATTLIST_DECL_STRING
 o ATT_DECL_STRING
 public static final String ATT_DECL_STRING
 o ENTITY_DECL_STRING
 public static final String ENTITY_DECL_STRING
 o ELEMENT_DECL_STRING
 public static final String ELEMENT_DECL_STRING
 o NOTATION_DECL_STRING
 public static final String NOTATION_DECL_STRING
 o DOCUMENT_TYPE
 public static final int DOCUMENT_TYPE
 o ELEMENT_TYPE
 public static final int ELEMENT_TYPE
 o ATTRIBUTE_TYPE
 public static final int ATTRIBUTE_TYPE
 o PI_TYPE
 public static final int PI_TYPE
 o COMMENT_TYPE
 public static final int COMMENT_TYPE
 o TEXT_TYPE
 public static final int TEXT_TYPE
 o CDATA_TYPE
 public static final int CDATA_TYPE
 o DOCUMENT_FRAGMENT_TYPE
 public static final int DOCUMENT_FRAGMENT_TYPE
 o ENTITY_TYPE
 public static final int ENTITY_TYPE
 o REFERENCE_TYPE
 public static final int REFERENCE_TYPE
 o DOCTYPE_DECL_TYPE
 public static final int DOCTYPE_DECL_TYPE
 o EXTERNAL_ID_TYPE
 public static final int EXTERNAL_ID_TYPE
 o XML_DECL_TYPE
 public static final int XML_DECL_TYPE
 o NAMESPACE_DECL_TYPE
 public static final int NAMESPACE_DECL_TYPE
 o ATTLIST_DECL_TYPE
 public static final int ATTLIST_DECL_TYPE
 o ATT_DECL_TYPE
 public static final int ATT_DECL_TYPE
 o ENTITY_DECL_TYPE
 public static final int ENTITY_DECL_TYPE
 o ELEMENT_DECL_TYPE
 public static final int ELEMENT_DECL_TYPE
 o NOTATION_DECL_TYPE
 public static final int NOTATION_DECL_TYPE

Constructors

 o xa_NodeTypeChoiceList
 public xa_NodeTypeChoiceList()
Default constructor.

Methods

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index