Package org.smallmind.nutsnbolts.xml
Class XMLEntityResolver
- java.lang.Object
-
- org.smallmind.nutsnbolts.xml.XMLEntityResolver
-
- All Implemented Interfaces:
EntityResolver
public class XMLEntityResolver extends Object implements EntityResolver
-
-
Constructor Summary
Constructors Constructor Description XMLEntityResolver(ProtocolResolver protocolResolver)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XMLEntityResolvergetInstance()InputSourceresolveEntity(String publicId, String systemId)
-
-
-
Constructor Detail
-
XMLEntityResolver
public XMLEntityResolver(ProtocolResolver protocolResolver)
-
-
Method Detail
-
getInstance
public static XMLEntityResolver getInstance()
-
resolveEntity
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
- Specified by:
resolveEntityin interfaceEntityResolver- Throws:
SAXExceptionIOException
-
-