Indeed, we need something like that, (good name to say the least)
but I'm going to make the class immutable.
I never used that String.intern() function but I think it could speed
up other parts of slide as well. We do a lot of String.equals()
Dirk
Rene Brandenburger wrote:
> Hi,
>
> the Apache Soap Framework uses QName (Qualified Name).
> can be found in org.apache.soap.util.xml.QName.
> Perhaps this helps
>
> kind regards
>
> rene brandenburger
>
> -----Original Message-----
> From: Dirk Verbeeck [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 06, 2001 2:38 PM
> To: Slide Developers List
> Subject: VOTE: xml namespaces
>
> The last couple of weeks there was some discussion about how the various
> methods should
> handle names with a namespace.
> Not only properties have a namespace but also privileges,
> resourcetype,...
>
> Therefor I would like to introduce a NSName (NameSpacedName)
> an abstract class that contains a (namespace, name) pair.
> PropertyName is then an extension of NSName
> Privilege is also an extension of NSName with an additional parameter.
>
> I would make a new class PropertyName and not use Property.
>
> Comments ? (does anybody has a better name for "NSName" )
>
> Dirk