Smalltalk/X WebserverDocumentation of class 'XMLStandardDecoder::AbstractConverter': | |
Class: AbstractConverter (private in XMLStandardDecoderThis class is only visible from within XMLStandardDecoder.Inheritance:Object | +--XMLStandardDecoder::AbstractConverter | +--XMLStandardDecoder::Base64Converter | +--XMLStandardDecoder::CharacterConverter | +--XMLStandardDecoder::ContainedObject | +--XMLStandardDecoder::NumberConverter | +--XMLStandardDecoder::StringConverter | +--XMLStandardDecoder::SymbolConverter
Description:Converters are used to convert the xml text representation to objects. The attributes needed to create the object are known, when the start tag is processed, the xml text is known, when the end tag is read. [instance variables:] id The unique id of the object in the xml document (used to detect references) storeSpecification (Integer|Symbol) The index or name of the object in the parent Object. elementClass (Class|nil) The class of the element. Nil if default class specified by converter. [class variables:] Related information:Instance protocol:accessing
|
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:38:22 GMT |