com.oxygenxml.validate.nvdl
Class NvdlProperty
java.lang.Object
com.oxygenxml.validate.nvdl.NvdlProperty
public class NvdlProperty
- extends Object
Store NVDL properties.
Constructor Summary |
private |
NvdlProperty()
Do not allow creating instances of this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTRIBUTES_SCHEMA
public static final FlagPropertyId ATTRIBUTES_SCHEMA
- ATTRIBUTES_SCHEMA property specifies that we have a schema to check attributes only.
Those attributes are added to a placeholder element and the schema should be revritten to
allow any element with those attributes, so that the check is performed only on the attributes.
NvdlProperty
private NvdlProperty()
- Do not allow creating instances of this class.