I could find that gdome_a_nodeName() can be of use. However, it needs an
arguemnt attr which is a pointer to GdomeAttr. How can I get a pointer
to point to the first attribute of an element?
Besides, the next sibling attribute node can be read by calling
gdome_a_nextSibling().
But the question is, how can get that pointer to GdomeAttr as an
argument to gdome_a_nodeName()?
OR
Is there any other way?
Regards,
Sameer Oak.
On Wed, 2005-05-25 at 11:39, Sameer Oak wrote:
> Typically, when one doesn't know what attributes does one element have,
> how can the name of the attribute be read?
>
> gdome_el_getAttributeNode() returns pointer GdomeAttr, but needs the
> local name to pass it on.
> If one doesn't know the name of the attribute, how can he read the name
> of the attribute?
>
> Regards,
> Sameer Oak.
>
> _______________________________________________
> gdome mailing list
> gdome@xxxxxxxxx
> http://mail.gnome.org/mailman/listinfo/gdome
|