Factory that builds the XML-to-Object mappers for the Parsley XML configuration format.
Built upon the Spicelib XML-to-Object Mapping Framework.
public function XmlObjectDefinitionMapperFactory(domain:ApplicationDomain = null)
Creates a new instance.
Parameters | domain:ApplicationDomain (default = null) — the ApplicationDomain to use for reflection.
|
public function createObjectDefinitionMapper():XmlObjectMapper
Creates the mapper for the root objects tag of Parsley XML configuration files.
Returns | XmlObjectMapper — the mapper for the root objects tag of Parsley XML configuration files
|
public static const PARSLEY_NAMESPACE_URI:String = http://www.spicefactory.org/parsley
The main Parsley XML configuration namespace.
Sat Apr 2 2011, 11:49 PM +01:00