| Package | org.orpheus.xml.bind |
| Interface | public interface IUnmarshaller |
| Implementors | UnmarshallerImpl |
Author: Andrew Lewisohn
Version: $Revision: 31 $, $Date: 2009-02-12 17:01:41 -0500 (Thu, 12 Feb 2009) $, $Author: alewisohn $
Since: 0.1
See also
| Method | Defined by | ||
|---|---|---|---|
|
unmarshal(node:*, type:Class = null):Object
Convert an XML definition into an ActionScript class.
| IUnmarshaller | ||
| unmarshal | () | method |
public function unmarshal(node:*, type:Class = null):ObjectConvert an XML definition into an ActionScript class.
Parametersnode:* — An XML node.
|
|
type:Class (default = null) — The explicit Class to create from the XML definition.
|
Object |