java.util.prefs
Class XmlSupport.Resolver

java.lang.Object
  extended byjava.util.prefs.XmlSupport.Resolver
All Implemented Interfaces:
org.xml.sax.EntityResolver
Enclosing class:
XmlSupport

private static class XmlSupport.Resolver
extends Object
implements org.xml.sax.EntityResolver


Constructor Summary
private XmlSupport.Resolver()
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(String pid, String sid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlSupport.Resolver

private XmlSupport.Resolver()
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(String pid,
                                             String sid)
                                      throws org.xml.sax.SAXException
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
Throws:
org.xml.sax.SAXException