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.
	 
Mon Feb 6 2012, 01:04 AM +01:00