public class ClassLoaderEntityResolver extends ClassLoaderResourceResolver implements EntityResolver
base, LOG, prefix
Constructor and Description |
---|
ClassLoaderEntityResolver()
Constructs a ClassLoaderEntityResolver.java.
|
ClassLoaderEntityResolver(String base,
String prefix)
Constructs a ClassLoaderEntityResolver.java.
|
Modifier and Type | Method and Description |
---|---|
InputSource |
resolveEntity(String publicId,
String systemId) |
String |
toString() |
resolveSystemId
public ClassLoaderEntityResolver()
public ClassLoaderEntityResolver(String base, String prefix)
base
- prefix
- public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity
in interface EntityResolver
SAXException
IOException
EntityResolver.resolveEntity(java.lang.String, java.lang.String)
public String toString()
toString
in class Object
Object.toString()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.