com.oxygenxml.validate.nvdl
Class NvdlSchemaReceiverFactory
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NvdlSchemaReceiverFactory
public NvdlSchemaReceiverFactory()
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