public class EmptyStringEntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver
Modifier and Type | Field and Description |
---|---|
static EmptyStringEntityResolver |
INSTANCE |
Constructor and Description |
---|
EmptyStringEntityResolver() |
Modifier and Type | Method and Description |
---|---|
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicId,
java.lang.String systemId) |
public static final EmptyStringEntityResolver INSTANCE
public org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId) throws org.xml.sax.SAXException, java.io.IOException
resolveEntity
in interface org.xml.sax.EntityResolver
org.xml.sax.SAXException
java.io.IOException
Copyright © 2021 PostgreSQL Global Development Group. All rights reserved.