On Sat, 29 Sep 2001 03:24, Berin Loritsch wrote:
> The changes would entail the following:
>
> 1) Creation of the Namespace object
> 2) Adding the "getNamespace()" method to Configuration
>
> The implementation of the Namespace object would have an
> interface like this:
>
> Namespace
> {
>     String getPrefix(); // the portion of the xmlns that is the prefix
>     String getURI();    // the portion of the xmlns that is the uri
>     String toString();  // the xmlns as it would appear in an element
>     boolean equalTo();  // tests namespace objects and strings
> }

While I actually like the feature (I remember near begging for it at one 
stage) I am a bit cautious about how it is planned to be used. Could you give 
a usecase so I can be comforted to know your not using it to process data - 
which would be better served by dom4j, jdom or similar ;)

-- 
Cheers,

Pete

---------------------------------------------------
For every complex problem there is a solution that 
is simple, neat and wrong
---------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to