public class PersistenceEntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver
Purpose: Provide a mechanism for retrieving the DTD file from the classpath
EntityResolver
Constructor and Description |
---|
PersistenceEntityResolver()
INTERNAL:
|
Modifier and Type | Method and Description |
---|---|
void |
addLocalResource(java.lang.String publicId,
java.lang.String localFileName)
INTERNAL:
|
java.util.Hashtable |
getLocalResources()
INTERNAL:
|
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicId,
java.lang.String systemId)
INTERNAL:
|
void |
setLocalResources(java.util.Hashtable ht)
INTERNAL:
|
public java.util.Hashtable getLocalResources()
public void setLocalResources(java.util.Hashtable ht)
public void addLocalResource(java.lang.String publicId, java.lang.String localFileName)
public org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
resolveEntity
in interface org.xml.sax.EntityResolver
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference