wt.workflow.collaboration
Class TemplateEntityResolver
java.lang.Object
wt.workflow.collaboration.TemplateEntityResolver
- All Implemented Interfaces:
- EntityResolver
- public class TemplateEntityResolver
- extends Object
- implements EntityResolver
This class serves as the EntityResolver for parsing the XMLLob in a CollaborationTemplate.
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
context
private WTContext context
dtd_location
private String dtd_location
TemplateEntityResolver
public TemplateEntityResolver(WTContext context,
String dtd_location)
Supported API: false
- Parameters:
context
- dtd_location
-
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