com.oxygenxml.validate.nvdl
Class SchemaImpl.MustSupportOption

java.lang.Object
  extended by com.oxygenxml.validate.nvdl.SchemaImpl.MustSupportOption
Enclosing class:
SchemaImpl

private static class SchemaImpl.MustSupportOption
extends Object

Stores information about options that must be supported by the validator.


Field Summary
private  Locator locator
          Locator pointing to where this option is declared.
private  String name
          The option name.
private  PropertyId pid
          The property id.
 
Constructor Summary
SchemaImpl.MustSupportOption(String name, PropertyId pid, Locator locator)
          Creates a mustu support option.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private final String name
The option name.


pid

private final PropertyId pid
The property id.


locator

private final Locator locator
Locator pointing to where this option is declared.

Constructor Detail

SchemaImpl.MustSupportOption

SchemaImpl.MustSupportOption(String name,
                             PropertyId pid,
                             Locator locator)
Creates a mustu support option.

Parameters:
name - The option name
pid - property id.
locator - locator pointing to where this option is declared.