All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- addChoice(String, int).
Method in class xa.xa_ChoiceList
- Add an allowed value.
- AMPERSAND_CHAR.
Static variable in class xa.xa_Keyword
-
- ANY_STRING.
Static variable in class xa.xa_Keyword
-
- ATT_DECL_STRING.
Static variable in class xa.xa_NodeTypeChoiceList
-
- ATT_DECL_TYPE.
Static variable in class xa.xa_NodeTypeChoiceList
-
- ATT_TYPE_STRING.
Static variable in class xa.xa_AttTypeChoiceList
-
- ATTLIST_DECL_START_STRING.
Static variable in class xa.xa_Keyword
-
- ATTLIST_DECL_STRING.
Static variable in class xa.xa_NodeTypeChoiceList
-
- ATTLIST_DECL_TYPE.
Static variable in class xa.xa_NodeTypeChoiceList
-
- ATTRIBUTE_STRING.
Static variable in class xa.xa_NodeTypeChoiceList
-
- ATTRIBUTE_TYPE.
Static variable in class xa.xa_NodeTypeChoiceList
-
- CDATA_END_STRING.
Static variable in class xa.xa_Keyword
-
- CDATA_START_STRING.
Static variable in class xa.xa_Keyword
-
- CDATA_STRING.
Static variable in class xa.xa_AttTypeChoiceList
-
- CDATA_STRING.
Static variable in class xa.xa_NodeTypeChoiceList
-
- CDATA_TYPE.
Static variable in class xa.xa_AttTypeChoiceList
-
- CDATA_TYPE.
Static variable in class xa.xa_NodeTypeChoiceList
-
- CHAR_REFERENCE_DEC_STRING.
Static variable in class xa.xa_Keyword
-
- CHAR_REFERENCE_HEX_STRING.
Static variable in class xa.xa_Keyword
-
- ChoiceHashtable.
Variable in class xa.xa_ChoiceList
- Hashtable used to retrieve an allowed value, given the value.
- ChoiceListName.
Variable in class xa.xa_ChoiceList
- Allows this choice list to be identified.
- ChoiceValueHashtable.
Variable in class xa.xa_ChoiceList
- Hashtable of allowed values, to allow retrieval of a choice name given its
integer choice value.
- ChoiceVector.
Variable in class xa.xa_ChoiceList
- Array of allowed values, to allow retrieval in the order they were added.
- CLOSE_BRACKET_CHAR.
Static variable in class xa.xa_Keyword
-
- CLOSE_PAREN_CHAR.
Static variable in class xa.xa_Keyword
-
- COLON_CHAR.
Static variable in class xa.xa_Keyword
-
- COMMA_CHAR.
Static variable in class xa.xa_Keyword
-
- COMMENT_END_STRING.
Static variable in class xa.xa_Keyword
-
- COMMENT_START_STRING.
Static variable in class xa.xa_Keyword
-
- COMMENT_STRING.
Static variable in class xa.xa_NodeTypeChoiceList
-
- COMMENT_TYPE.
Static variable in class xa.xa_NodeTypeChoiceList
-
- DASH_CHAR.
Static variable in class xa.xa_Keyword
-
- DEFAULT_STRING.
Static variable in class xa.xa_XmlSpaceChoiceList
- Constant value used for the 'standalone' keyword.
- DOCTYPE_DECL_STRING.
Static variable in class xa.xa_NodeTypeChoiceList
-
- DOCTYPE_DECL_TYPE.
Static variable in class xa.xa_NodeTypeChoiceList
-
- DOCTYPE_START_STRING.
Static variable in class xa.xa_Keyword
-
- DOCUMENT_FRAGMENT_STRING.
Static variable in class xa.xa_NodeTypeChoiceList
-
- DOCUMENT_FRAGMENT_TYPE.
Static variable in class xa.xa_NodeTypeChoiceList
-
- DOCUMENT_STRING.
Static variable in class xa.xa_NodeTypeChoiceList
-
- DOCUMENT_TYPE.
Static variable in class xa.xa_NodeTypeChoiceList
-
- DOUBLE_QUOTE_CHAR.
Static variable in class xa.xa_Keyword
- Constants for the standard XML keywords.
- ELEMENT_DECL_START_STRING.
Static variable in class xa.xa_Keyword
-
- ELEMENT_DECL_STRING.
Static variable in class xa.xa_NodeTypeChoiceList
-
- ELEMENT_DECL_TYPE.
Static variable in class xa.xa_NodeTypeChoiceList
-
- ELEMENT_STRING.
Static variable in class xa.xa_NodeTypeChoiceList
-
- ELEMENT_TYPE.
Static variable in class xa.xa_NodeTypeChoiceList
-
- EMPTY_STRING.
Static variable in class xa.xa_Keyword
-
- EMPTY_TAG_END_STRING.
Static variable in class xa.xa_Keyword
-
- ENCODING_STRING.
Static variable in class xa.xa_Keyword
-
- END_TAG_START_STRING.
Static variable in class xa.xa_Keyword
-
- ENTITIES_STRING.
Static variable in class xa.xa_AttTypeChoiceList
-
- ENTITIES_TYPE.
Static variable in class xa.xa_AttTypeChoiceList
-
- ENTITY_DECL_START_STRING.
Static variable in class xa.xa_Keyword
-
- ENTITY_DECL_STRING.
Static variable in class xa.xa_NodeTypeChoiceList
-
- ENTITY_DECL_TYPE.
Static variable in class xa.xa_NodeTypeChoiceList
-
- ENTITY_STRING.
Static variable in class xa.xa_AttTypeChoiceList
-
- ENTITY_STRING.
Static variable in class xa.xa_NodeTypeChoiceList
-
- ENTITY_TYPE.
Static variable in class xa.xa_AttTypeChoiceList
-
- ENTITY_TYPE.
Static variable in class xa.xa_NodeTypeChoiceList
-
- EQUALS_CHAR.
Static variable in class xa.xa_Keyword
-
- EXTERNAL_ID_STRING.
Static variable in class xa.xa_NodeTypeChoiceList
-
- EXTERNAL_ID_TYPE.
Static variable in class xa.xa_NodeTypeChoiceList
-
- getChoice(int).
Method in class xa.xa_ChoiceList
- Retrieve the choice whose integer value is InputChoiceIndex.
- getChoice(String).
Method in class xa.xa_ChoiceList
- Retrieve the choice whose name is InputChoiceName.
- getChoiceAt(int).
Method in class xa.xa_ChoiceList
- Retrieve the choice whose index is InputChoiceIndex in the ChoiceVector.
- getName().
Method in class xa.xa_ChoiceList
- Retrieve the name of this choice list.
- getNumChoices().
Method in class xa.xa_ChoiceList
- Find out how many choices there are.
- hasChoice(String).
Method in class xa.xa_ChoiceList
- Return true of InputChoiceName is a valid allowed value; false if not.
- HASH_CHAR.
Static variable in class xa.xa_Keyword
-
- haveHexNumberChar(char).
Static method in class xa.xa_CharChecker
- Indicates if the given character is a valid hexadecimal digit.
- haveNameChar(char).
Static method in class xa.xa_CharChecker
- Indicates if the given character is valid for inclusion in a name.
- haveNameStartChar(char).
Static method in class xa.xa_CharChecker
- Indicates if the given character is valid for the start of a name.
- haveNumberChar(char).
Static method in class xa.xa_CharChecker
- Indicates if the current character is valid in an XML number.
- havePCDataChar(char).
Static method in class xa.xa_CharChecker
- Indicates if the given character is valid in PCData.
- ID_STRING.
Static variable in class xa.xa_AttTypeChoiceList
-
- ID_TYPE.
Static variable in class xa.xa_AttTypeChoiceList
-
- IDREF_STRING.
Static variable in class xa.xa_AttTypeChoiceList
-
- IDREF_TYPE.
Static variable in class xa.xa_AttTypeChoiceList
-
- IDREFS_STRING.
Static variable in class xa.xa_AttTypeChoiceList
-
- IDREFS_TYPE.
Static variable in class xa.xa_AttTypeChoiceList
-
- IGNORE_STRING.
Static variable in class xa.xa_Keyword
-
- INCLUDE_STRING.
Static variable in class xa.xa_Keyword
-
- init().
Method in class xa.xa_AttTypeChoiceList
- Initialise the list of allowed values.
- init().
Method in class xa.xa_NodeTypeChoiceList
- Initialise the list of allowed values.
- init().
Method in class xa.xa_StandaloneChoiceList
- Initialise the list of allowed values.
- init().
Method in class xa.xa_XmlSpaceChoiceList
- Initialise the list of allowed values.
- isWhitespace(char).
Static method in class xa.xa_CharChecker
- Is the given character whitespace?
- isWhitespace(String).
Static method in class xa.xa_CharChecker
- Is the given string composed entirely of whitespace?
- NAMESPACE_DECL_STRING.
Static variable in class xa.xa_NodeTypeChoiceList
-
- NAMESPACE_DECL_TYPE.
Static variable in class xa.xa_NodeTypeChoiceList
-
- NDATA_STRING.
Static variable in class xa.xa_Keyword
-
- NMTOKEN_STRING.
Static variable in class xa.xa_AttTypeChoiceList
-
- NMTOKEN_TYPE.
Static variable in class xa.xa_AttTypeChoiceList
-
- NMTOKENS_STRING.
Static variable in class xa.xa_AttTypeChoiceList
-
- NMTOKENS_TYPE.
Static variable in class xa.xa_AttTypeChoiceList
-
- NO_STRING.
Static variable in class xa.xa_StandaloneChoiceList
-
- NODE_TYPE_STRING.
Static variable in class xa.xa_NodeTypeChoiceList
- Constant value used for the name of this list - though this is not
itself an XML keyword.
- NOTATION_DECL_START_STRING.
Static variable in class xa.xa_Keyword
-
- NOTATION_DECL_STRING.
Static variable in class xa.xa_NodeTypeChoiceList
-
- NOTATION_DECL_TYPE.
Static variable in class xa.xa_NodeTypeChoiceList
-
- NOTATION_STRING.
Static variable in class xa.xa_AttTypeChoiceList
- Constant value used for the name of this list - though this is not
itself an XML keyword.
- NOTATION_TYPE.
Static variable in class xa.xa_AttTypeChoiceList
-
- OPEN_BRACKET_CHAR.
Static variable in class xa.xa_Keyword
-
- OPEN_PAREN_CHAR.
Static variable in class xa.xa_Keyword
-
- OR_CHAR.
Static variable in class xa.xa_Keyword
-
- PCDATA_STRING.
Static variable in class xa.xa_Keyword
-
- PERCENT_CHAR.
Static variable in class xa.xa_Keyword
-
- PI_END_STRING.
Static variable in class xa.xa_Keyword
-
- PI_START_STRING.
Static variable in class xa.xa_Keyword
-
- PI_STRING.
Static variable in class xa.xa_NodeTypeChoiceList
-
- PI_TYPE.
Static variable in class xa.xa_NodeTypeChoiceList
-
- PLUS_CHAR.
Static variable in class xa.xa_Keyword
-
- PRESERVE_STRING.
Static variable in class xa.xa_XmlSpaceChoiceList
-
- PUBLIC_STRING.
Static variable in class xa.xa_Keyword
-
- QUESTION_MARK_CHAR.
Static variable in class xa.xa_Keyword
-
- REFERENCE_STRING.
Static variable in class xa.xa_NodeTypeChoiceList
-
- REFERENCE_TYPE.
Static variable in class xa.xa_NodeTypeChoiceList
-
- SINGLE_QUOTE_CHAR.
Static variable in class xa.xa_Keyword
-
- SLASH_CHAR.
Static variable in class xa.xa_Keyword
-
- STANDALONE_STRING.
Static variable in class xa.xa_StandaloneChoiceList
- Constant value used for the 'standalone' keyword.
- STAR_CHAR.
Static variable in class xa.xa_Keyword
-
- SYSTEM_STRING.
Static variable in class xa.xa_Keyword
-
- TAG_END_CHAR.
Static variable in class xa.xa_Keyword
-
- TAG_START_CHAR.
Static variable in class xa.xa_Keyword
-
- TEXT_STRING.
Static variable in class xa.xa_NodeTypeChoiceList
-
- TEXT_TYPE.
Static variable in class xa.xa_NodeTypeChoiceList
-
- toString().
Method in class xa.xa_ChoiceList
- Return a string representation of the choice list, in the form of a comma-
separated list ("A, B, C").
- VERSION_STRING.
Static variable in class xa.xa_Keyword
-
- xa_AttTypeChoiceList().
Constructor for class xa.xa_AttTypeChoiceList
- Default constructor.
- xa_CharChecker().
Constructor for class xa.xa_CharChecker
-
- xa_ChoiceList(String).
Constructor for class xa.xa_ChoiceList
- Constructor, giving this choice list a name.
- xa_Keyword().
Constructor for class xa.xa_Keyword
-
- xa_NodeTypeChoiceList().
Constructor for class xa.xa_NodeTypeChoiceList
- Default constructor.
- xa_StandaloneChoiceList().
Constructor for class xa.xa_StandaloneChoiceList
- Default constructor.
- xa_XmlSpaceChoiceList().
Constructor for class xa.xa_XmlSpaceChoiceList
- Default constructor.
- XML_DECL_STRING.
Static variable in class xa.xa_NodeTypeChoiceList
-
- XML_DECL_TYPE.
Static variable in class xa.xa_NodeTypeChoiceList
-
- XML_SPACE_STRING.
Static variable in class xa.xa_XmlSpaceChoiceList
-
- XML_STRING.
Static variable in class xa.xa_Keyword
-
- YES_STRING.
Static variable in class xa.xa_StandaloneChoiceList
-