com.thaiopensource.validate.nrl
Class SchemaImpl.MustSupportOption

java.lang.Object
  extended by com.thaiopensource.validate.nrl.SchemaImpl.MustSupportOption
Enclosing class:
SchemaImpl

private static class SchemaImpl.MustSupportOption
extends Object


Field Summary
private  Locator locator
           
private  String name
           
private  PropertyId pid
           
 
Constructor Summary
SchemaImpl.MustSupportOption(String name, PropertyId pid, Locator locator)
           
 
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

pid

private final PropertyId pid

locator

private final Locator locator
Constructor Detail

SchemaImpl.MustSupportOption

SchemaImpl.MustSupportOption(String name,
                             PropertyId pid,
                             Locator locator)