com.oxygenxml.validate.nvdl
Class NvdlProperty

java.lang.Object
  extended by com.oxygenxml.validate.nvdl.NvdlProperty

public class NvdlProperty
extends Object

Store NVDL properties.


Field Summary
static FlagPropertyId ATTRIBUTES_SCHEMA
          ATTRIBUTES_SCHEMA property specifies that we have a schema to check attributes only.
 
Constructor Summary
private NvdlProperty()
          Do not allow creating instances of this class.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

NvdlProperty

private NvdlProperty()
Do not allow creating instances of this class.