Style names

Yuriy Syrota <[email protected]> Tue, 20 Jan 2009 13:17:33 +0200
Newsgroups gmane.comp.gnome.devtools
Message-ID <[email protected]>
Hello All!

I'm developing an XML Buffer based on GtkSourceBuffer. I want my
buffer to automatically insert some code on user's input, the code
depends on context. So need to know which XML syntax element is
located in certain position in the buffer (comment, tag, entity,
whatever).

Is it possible to get style name of style id from Text Tag?

Thanks!
-- yura