re-using org.xml.sax.DocumentHandler classes

I have a set of DocumentHandler classes for parsing objects (e.g. Books, DVDs) and an object that contains several of my parseable objects (e.g Cart)

In writing a DocumentHandler to parse my Cart object, I would like to use my BookHandler and DVDHandler.

This seems like it should be simple, but I'm not sure how to do it. Could someone please help out? I know SAX1 has been deprecated, but cannot use any other method.

Thanks in advance.

[464 byte] By [muppet.a] at [2007-11-26 17:49:41]
# 1
bump
muppet.a at 2007-7-9 5:02:09 > top of Java-index,Java Essentials,Java Programming...
# 2
Could you explain in more detail what you're trying to do? I'm not sure exactly what you want to accomplish.
hunter9000a at 2007-7-9 5:02:09 > top of Java-index,Java Essentials,Java Programming...