|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.oxygenxml.validate.nvdl.SchemaImpl.MustSupportOption
private static class SchemaImpl.MustSupportOption
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 |
---|
private final String name
private final PropertyId pid
private final Locator locator
Constructor Detail |
---|
SchemaImpl.MustSupportOption(String name, PropertyId pid, Locator locator)
name
- The option namepid
- property id.locator
- locator pointing to where this option is declared.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |