Smalltalk/X WebserverDocumentation of class 'XML::AttributeDef': | |
Class: AttributeDef (in XML)Inheritance:Object | +--XML::AttributeDef
Description:XML documents may contain attribute-list declarations that are used to define the set of attributes pertaining to a given element type. These attribute-list declarations are also used to establish type constraints for the attributes and to provide default values for attributes. Attribute-list declarations contain attribute definitions and this class is used to instantiate these attribute definitions. An attribute definition specifies the name (name instance variable) of the attribute, the data type of the attribute (type instance variable) and an optional default value (default instance variable) for the attribute Instance Variables: name <XML.NodeTag> name of attribute default <String | nil> default value, if any type <XML.AttributeType> type used for validation flags <Integer> encoding for fixed, implied and required type attributes Instance protocol:accessing private
|
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:35:15 GMT |