| Class | Description |
|---|---|
| Accessors |
Represents the enumeration of member accessors that is defined by the W3C.
|
| Annotation Type | Description |
|---|---|
| DOMAccessorAttribute |
Specifies an attribute to describe a property accessors that is defined by the W3C.
|
| DOMConstructorAttribute |
Specifies a constructor that is defined by the W3C.
|
| DOMIndexerAttribute |
Specifies indexer for DOM object.
|
| DOMInitDictParameterAttribute |
Specifies a DOM InitDict parameter that is defined by the W3C.
|
| DOMNameAttribute |
Specifies the official DOM object name as it defined by the W3C.
|
| DOMNoInterfaceObjectAttribute |
If the [NoInterfaceObject] extended attribute appears on an interface, it indicates that an interface object will not exist for the interface in the ECMAScript binding.
|
| DOMNullableAttribute |
Specifies a DOM object can be assigned null value.
|
| DOMObjectAttribute |
Specifies that object is marked with this attribute is defined by the W3C.
|
| DOMParameterAttribute |
Specifies a DOM parameter that is defined by the W3C.
|
| DOMTimeStampAttribute |
Indicates that specific DOM object is DOM TimeStamp type.
|
| DOMTreatNullAsAttribute |
Indicates that null of the member value will be treated as specified value.
|