|
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.1.0.0; WebServer 1.663 at exept.de:8081; Wed, 17 Dec 2025 06:26:35 GMT
|