Echo.Serial
PropertyTranslator
Abstract
Class Hierarchy:
Direct Known Subclasses:
Echo.Serial.Alignment, Echo.Serial.Boolean, Echo.Serial.Border, Echo.Serial.Date, Echo.Serial.FillImage, Echo.Serial.FillImageBorder, Echo.Serial.Float, Echo.Serial.Font, Echo.Serial.ImageReference, Echo.Serial.Integer, Echo.Serial.LayoutData, Echo.Serial.Map, Echo.Serial.Null, Echo.Serial.String

Abstract base class for property translators.

Class Method Summary
Public toProperty()
Converts an XML property value to a property instance.

Class Method Detail
toProperty
Converts an XML property value to a property instance.
Parameters:
client (Echo.Client) - the client
the (Element) - "p" DOM element describing the property value
Returns:
the generated property instance