SAX: org.xml.sax.AttributeMap

Sean Mc Grath digitome at iol.ie
Wed Feb 25 13:42:56 GMT 1998


[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 at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list