public class WiseEntityResolver extends JBossEntityResolver
| Constructor and Description |
|---|
WiseEntityResolver(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
InputSource |
resolveEntity(String publicId,
String systemId)
Returns DTD/Schema inputSource.
|
protected InputSource |
resolveSystemIDAsURL(String id,
boolean trace)
Use a ResourceURL to access the resource.
|
getEntityMap, isEntityResolved, isReplaceSystemProperties, isWarnOnNonFileURLs, loadClasspathResource, registerEntity, registerLocalEntity, resolveClasspathName, resolvePublicID, resolveSystemID, resolveSystemIDasURL, setReplaceSystemProperties, setWarnOnNonFileURLspublic WiseEntityResolver(Connection connection)
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
JBossEntityResolverresolveEntity in interface EntityResolverresolveEntity in class JBossEntityResolverpublicId - - Public ID of DTD, or null if it is a schemasystemId - - the system ID of DTD or SchemaSAXExceptionIOExceptionprotected InputSource resolveSystemIDAsURL(String id, boolean trace)
id - Stringtrace - TraceCopyright © 2008–2016 JBoss.org. All rights reserved.