public class RaveDomParser extends org.apache.xerces.parsers.DOMParser (Code)
Simple modification to the Xerces DOM parser to get my own Document
created when it processes a startElement; my own document will then
(a) allow me to keep some state, and more importantly, (b) allow me
to implement the StylableElement interface from batik's CSS handling
code.
author: Tor Norbye