Re: how to retrieve name of the attribute?
Sameer Oak <[email protected]> 25 May 2005 12:17:31 +0530
| Newsgroups | gmane.comp.gnome.gdome |
|---|---|
| Message-ID | <[email protected]> |
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 > [email protected] > http://mail.gnome.org/mailman/listinfo/gdome