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, setWarnOnNonFileURLs
public WiseEntityResolver(Connection connection)
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
JBossEntityResolver
resolveEntity
in interface EntityResolver
resolveEntity
in class JBossEntityResolver
publicId
- - Public ID of DTD, or null if it is a schemasystemId
- - the system ID of DTD or SchemaSAXException
IOException
protected InputSource resolveSystemIDAsURL(String id, boolean trace)
id
- trace
- Copyright © 2008–2013 JBoss.org. All rights reserved.