[
Lists Home |
Date Index |
Thread Index
]
- From: Sean Mc Grath <digitome@iol.ie>
- To: xml-dev@ic.ac.uk
- Date: Wed, 25 Feb 1998 13:42:44 GMT
[Toby Speight]
>
>We're returning one of a bounded, known set of values. I'd prefer to
>use an int for this type of thing, along with a set of constants.
>I.e.
>
> public abstract String getType (int index);
> public static final int CDATA = 0;
> public static final int NMTOKEN = 1;
> // etc.
>
>The only advantage a String has over this is that you can meaningfully
>present it to the user as it is. A disadvantage of String is that it is
>computationally expensive to compare for equality (or equivalently, and
>worse, to switch() on it).
If ints are going to be used, lets use values that can
be bit-twiddled.
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|