| Package | org.orpheus.xml.bind.impl |
| Class | public class UnmarshallerImpl |
| Inheritance | UnmarshallerImpl AbstractProcessor |
| Implements | IUnmarshaller |
Author: Andrew Lewisohn
Version: $Revision: 30 $, $Date: 2009-02-12 16:43:08 -0500 (Thu, 12 Feb 2009) $, $Author: alewisohn $
Since: 0.1
| Method | Defined by | ||
|---|---|---|---|
|
UnmarshallerImpl(context:IEvaluationContext)
Constructor.
| UnmarshallerImpl | ||
|
unmarshal(xml:*, type:Class = null):Object
Convert an XML definition into an ActionScript class.
| UnmarshallerImpl | ||
| UnmarshallerImpl | () | constructor |
public function UnmarshallerImpl(context:IEvaluationContext)Constructor.
Parameterscontext:IEvaluationContext — The parent context in which the unmarshaller is executing.
|
| unmarshal | () | method |
public function unmarshal(xml:*, type:Class = null):ObjectConvert an XML definition into an ActionScript class.
Parametersxml:* — An XML node.
|
|
type:Class (default = null) — The explicit Class to create from the XML definition.
|
Object |