wt.util.xml
Class ServerResourceEntityResolver

java.lang.Object
  extended bywt.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


Field Summary
private static String CLASSNAME
           
private static String DOUBLE_SLASH
           
private static String FILE_PROTOCOL
           
private static String RESOURCE
           
 
Constructor Summary
ServerResourceEntityResolver()
           
 
Method Summary
 InputSource resolveEntity(String public_id, String system_id)
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ServerResourceEntityResolver

public ServerResourceEntityResolver()
Method Detail

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