net.dpml.station
Class PlanNamespaceResolver
java.lang.Object
net.dpml.station.PlanNamespaceResolver
- All Implemented Interfaces:
- LSResourceResolver
public final class PlanNamespaceResolver
- extends Object
- implements LSResourceResolver
LSInput resolver service for the dpml:station namespace.
- Version:
- 2.0.2
- Author:
- Digital Product Management Laboratory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlanNamespaceResolver
public PlanNamespaceResolver()
resolveResource
public LSInput resolveResource(String type,
String namespace,
String publicId,
String systemId,
String base)
- Return the schema definition for a dpml:station namespace.
- Specified by:
resolveResource in interface LSResourceResolver
- Parameters:
type - the node typenamespace - the node namespacepublicId - the public idsystemId - the system idbase - the base value
- Returns:
- the LS input instance or null if not recognized