Smalltalk/X WebserverDocumentation of class 'XML::AttributeType': | |
Class: AttributeType (in XML)Inheritance:Object | +--XML::AttributeType | +--XML::CDATA_AT | +--XML::ENTITIES_AT | +--XML::ENTITY_AT | +--XML::Enumeration_AT | +--XML::IDREFS_AT | +--XML::IDREF_AT | +--XML::ID_AT | +--XML::NMTOKENS_AT | +--XML::NMTOKEN_AT | +--XML::NOTATION_AT
Description:This class with its various subclasses represents the type of the XML attribute. According to the XML 1.0 specification, XML attribute types are of three kinds:a string type, a set of tokenized types, and enumerated types. The string type may take any literal string as a value, the tokenized types have varying lexical and semantic constraints and the enumerated type attibutes can take one of a list of values provided in the declaration. Subclasses of AttributeType represent these various types of XML attributes Instance protocol:testing validating
|
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:45:05 GMT |