org.apache.fop.svg
Class FOPSAXSVGDocumentFactory
SAXSVGDocumentFactoryorg.apache.fop.svg.FOPSAXSVGDocumentFactory
public class FOPSAXSVGDocumentFactory
extends SAXSVGDocumentFactory
This is a special subclass to allow setting a special EntityResolver.
FOPSAXSVGDocumentFactory
public FOPSAXSVGDocumentFactory(String parser)
Creates a new DocumentFactory object.
parser - The SAX2 parser classname.
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
throws SAXExceptionorg.xml.sax.EntityResolver.resolveEntity(String, String)
setAdditionalEntityResolver
public void setAdditionalEntityResolver(EntityResolver resolver)
Sets an additional entity resolver. It will be used before the default
entity resolving.
resolver - Additional resolver
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.