wt.rule.util
Class RuleEntityResolver
java.lang.Object
wt.rule.util.RuleEntityResolver
- All Implemented Interfaces:
- EntityResolver
- public class RuleEntityResolver
- extends Object
- implements EntityResolver
This EntityResolver
resolves DTD entities for
RuleService
delegates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RULE_DTD_DIR
public static final File RULE_DTD_DIR
RuleEntityResolver
public RuleEntityResolver()
main
public static void main(String[] args)
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
- Resolve DTD entities.
- Specified by:
resolveEntity
in interface EntityResolver