Paket | ga.util |
Sınıf | public class StateDeserializer |
Miras Alma | StateDeserializer Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
This is the exposed public method of this class which when given previously serialized state and a initialized modelRoot, it will fill the modelRoot
with the provided state. | StateDeserializer | ||
[statik]
get child element for given the child root name
| StateDeserializer | ||
[statik]
return the guide state element from the rootXML if it exists
| StateDeserializer | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Yöntem Ayrıntısı
deserialize | () | yöntem |
public function deserialize(serializedState:XML, modelRoot:IValueObject, newInstance:Function):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10 |
This is the exposed public method of this class which when given previously serialized state and a initialized modelRoot, it will fill the modelRoot with the provided state.
Parametreler
serializedState:XML — - state previously serialized by the StateSerializer class
| |
modelRoot:IValueObject — - the top level value objects where all state is currently stored
| |
newInstance:Function — - function to use to create instances of objects given class names.
|
getChildElement | () | yöntem |
public static function getChildElement(state:XML, property:String):XML
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10 |
get child element for given the child root name
Parametreler
state:XML — the state information
| |
property:String — the item to retrieve
|
XML — XML
|
getGuideState | () | yöntem |
public static function getGuideState(rootXml:XML):XML
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10 |
return the guide state element from the rootXML if it exists
Parametreler
rootXml:XML — the source xml to search for guide state information in
|
XML — XML
|
Tue Jun 12 2018, 01:09 PM Z