wt.util.xml
Class ServerResourceEntityResolver
java.lang.Object
wt.util.xml.ServerResourceEntityResolver
- All Implemented Interfaces:
- EntityResolver
- public class ServerResourceEntityResolver
- extends Object
- implements EntityResolver
Resolves Entity references using resources from the server codebase.
Supported API: false
Extendable: false
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
FILE_PROTOCOL
private static final String FILE_PROTOCOL
- See Also:
- Constant Field Values
DOUBLE_SLASH
private static final String DOUBLE_SLASH
- See Also:
- Constant Field Values
ServerResourceEntityResolver
public ServerResourceEntityResolver()
resolveEntity
public InputSource resolveEntity(String public_id,
String system_id)
throws SAXException,
IOException
Supported API: false
- Specified by:
resolveEntity
in interface EntityResolver
- Parameters:
public_id
- system_id
-
- Returns:
- InputSource
- Throws:
SAXException
IOException