flute: get the name of an Selector

How can i get the name of a selector with sac and flute.
lets say i have:
.test input
{
    color:#ffffff;
}
how can i get the ".test input"
in my DocumentHandler?

Anyone here that can mail me a little project with sac and flute?
for conditions there is a toString function, i need the same for selectors.
I tried to build it on my own, but i have a problem with child_selectors.
They return a simple selector which i canīt cast to anything usefull, 
cause i donīt know the type.

Java only :-)

Regards,
Martin

Received on Wednesday, 11 February 2004 13:27:48 UTC