net.dpml.station
Class PlanNamespaceResolver

java.lang.Object
  extended by 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.0
Author:
Digital Product Management Laboratory

Constructor Summary
PlanNamespaceResolver()
           
 
Method Summary
 LSInput resolveResource(String type, String namespace, String publicId, String systemId, String base)
          Return the schema definition for a dpml:station namespace.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanNamespaceResolver

public PlanNamespaceResolver()
Method Detail

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 type
namespace - the node namespace
publicId - the public id
systemId - the system id
base - the base value
Returns:
the LS input instance or null if not recognized