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

Cart



