
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
12/Jan/05 11:16 PM
|
|
hi James and All,
createNamespaceDecl() creates and adds. OK yes.. true
>what is the advantage of having an API addNamespaceDecl()
This method was added so that if a user has already created a Namespcae
direcetly without using the above "createNamespaceDecl()", so that he
could use this method to add it. But when I went through the code I also
feel that we could remove this "addNamespaceDecl()" from the API.
Any one has a issue if we remove this method ""addNamespaceDecl()" from
the API? Thanks for James to pointing out this.
Roshan
On Mon, 2005-01-10 at 18:09, James Jose wrote:
> Hi Roshan,
>
> There is no API which creates the namespace declaration without
> adding to the HeaderBlock. If createNamespaceDecl() creates and add
> the namespace to the HeaderBlock , what is the advantage of having an
> API addNamespaceDecl() ? I am just trying to understand the necessity
> of addNamespaceDecl() API and how it can be used.
>
> Regards
> James
|
|
Description
|
hi James and All,
createNamespaceDecl() creates and adds. OK yes.. true
>what is the advantage of having an API addNamespaceDecl()
This method was added so that if a user has already created a Namespcae
direcetly without using the above "createNamespaceDecl()", so that he
could use this method to add it. But when I went through the code I also
feel that we could remove this "addNamespaceDecl()" from the API.
Any one has a issue if we remove this method ""addNamespaceDecl()" from
the API? Thanks for James to pointing out this.
Roshan
On Mon, 2005-01-10 at 18:09, James Jose wrote:
> Hi Roshan,
>
> There is no API which creates the namespace declaration without
> adding to the HeaderBlock. If createNamespaceDecl() creates and add
> the namespace to the HeaderBlock , what is the advantage of having an
> API addNamespaceDecl() ? I am just trying to understand the necessity
> of addNamespaceDecl() API and how it can be used.
>
> Regards
> James |
Show » |
|
the API of IHeaderBlock