Details
Description
Recently I needed to write a quick style visitor but found there was no good base class that i could use. I need a visitor that visits the entire style tree. DuplicatingStyleVisitor does that but i don't want to touch the style, just visit it all of it. So here is a base class visitor that visits the entire style tree.