hi dirk,
Do you have any idea about the string format of the end user code on the
client side
that is used to generate the xml for the basic search format or other
such formats.
thanks,
rajkumar
-----Original Message-----
From: Dirk Verbeeck [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 4:15 AM
To: [EMAIL PROTECTED]
Subject: Re: VOTE: xml namespaces
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