Hi Michael, Michael Mosmann <[EMAIL PROTECTED]> wrote on 08/01/2006 02:33:44 AM:
> What i need is something like an ParsedURLProtocolHandler for an > SAXSVGDocumentFactory instance. So i can decide for each document, if i > get references from cache, memory, different file spaces and so on. If you only need this for SVG documents the easiest way to do it would be to provide a custom subclass of batik.bridge.DocumentLoader. This is the class that is used to load and cache SVG documents. You get to provide an instance in a number of different places. Since I'm not sure where/how you are using Batik I can't say how you would do it. > I dont know if i got the concept right. Maybe i look in the wrong > direction. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
