Namespace Aspose.Html.Dom.Attributes
Namespace Aspose.Html.Dom.Attributes
Classes
Class Name | Description |
---|---|
DOMConstructorAttribute | Specifies a constructor that is defined by the W3C. |
DOMNameAttribute | Specifies the official DOM object name as it defined by the W3C. |
DOMNamedPropertyGetterAttribute | Specifies that the method will be used as named property getter. |
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. |
DOMTreatNullAsAttribute | Indicates that null of the member value will be treated as specified value. |
Enums
Enum Name | Description |
---|---|
Accessors | Represents the enumeration of member accessors that is defined by the W3C. |