com.oxygenxml.validate.nvdl
Class NvdlSchemaReceiverFactory

java.lang.Object
  extended by com.oxygenxml.validate.nvdl.NvdlSchemaReceiverFactory
All Implemented Interfaces:
SchemaReceiverFactory

public class NvdlSchemaReceiverFactory
extends Object
implements SchemaReceiverFactory

A Schema receiver factory that knows how to create NVDL schema receivers.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.thaiopensource.validate.auto.SchemaReceiverFactory
SchemaReceiverFactory.SchemaReceiverFactoryPropertyId
 
Field Summary
 
Fields inherited from interface com.thaiopensource.validate.auto.SchemaReceiverFactory
PROPERTY
 
Constructor Summary
NvdlSchemaReceiverFactory()
           
 
Method Summary
 SchemaReceiver createSchemaReceiver(String namespaceUri, PropertyMap properties)
          Checks if the namespace is the NVDL namespace and if yes then it creates a schema receiver, otherwise returns null.
 Option getOption(String uri)
          No options handling, always returns null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NvdlSchemaReceiverFactory

public NvdlSchemaReceiverFactory()
Method Detail

createSchemaReceiver

public SchemaReceiver createSchemaReceiver(String namespaceUri,
                                           PropertyMap properties)
Checks if the namespace is the NVDL namespace and if yes then it creates a schema receiver, otherwise returns null.

Specified by:
createSchemaReceiver in interface SchemaReceiverFactory

getOption

public Option getOption(String uri)
No options handling, always returns null.

Specified by:
getOption in interface SchemaReceiverFactory