Package org.postgresql.xml
Class EmptyStringEntityResolver
java.lang.Object
org.postgresql.xml.EmptyStringEntityResolver
- All Implemented Interfaces:
EntityResolver
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EmptyStringEntityResolver
public EmptyStringEntityResolver()
-
-
Method Details
-
resolveEntity
public InputSource resolveEntity(@Nullable String publicId, String systemId) throws SAXException, IOException - Specified by:
resolveEntity
in interfaceEntityResolver
- Throws:
SAXException
IOException
-