net.sf.latexdraw.parsers.svg
Class SVGDocument.SVGEntityResolver

java.lang.Object
  extended by net.sf.latexdraw.parsers.svg.SVGDocument.SVGEntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver
Enclosing class:
SVGDocument

static class SVGDocument.SVGEntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver

Used to avoid freeze when opening an SVG document.


Constructor Summary
SVGDocument.SVGEntityResolver()
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGDocument.SVGEntityResolver

SVGDocument.SVGEntityResolver()
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver