Paquete | ga.util |
Clase | public class StateDeserializer |
Herencia | StateDeserializer Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10 |
Propiedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
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 | ||
[estática]
get child element for given the child root name
| StateDeserializer | ||
[estática]
return the guide state element from the rootXML if it exists
| StateDeserializer | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Información sobre métodos
deserialize | () | método |
public function deserialize(serializedState:XML, modelRoot:IValueObject, newInstance:Function):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versiones de motor de ejecución: | 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.
Parámetros
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 | () | método |
public static function getChildElement(state:XML, property:String):XML
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10 |
get child element for given the child root name
Parámetros
state:XML — the state information
| |
property:String — the item to retrieve
|
XML — XML
|
getGuideState | () | método |
public static function getGuideState(rootXml:XML):XML
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 10 |
return the guide state element from the rootXML if it exists
Parámetros
rootXml:XML — the source xml to search for guide state information in
|
XML — XML
|
Tue Jun 12 2018, 02:12 PM Z