Packageorg.springextensions.actionscript.ioc.factory.xml.preprocessors
SVN browsingSpringNamesPreprocessor.as
FisheyeSpringNamesPreprocessor.as
Classpublic class SpringNamesPreprocessor
ImplementsIXMLObjectDefinitionsPreprocessor

Preprocesses an xml context and replaces all Spring specific names with their Prana equivalent.This enables you to load in a Spring compliant context and parse it with Prana.

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1



Public Methods
 MethodDefined by
  
Creates a new SpringNamesPreprocessor
SpringNamesPreprocessor
  
preprocess(xml:XML):XML
Preprocesses the passed in xml data and returns it.
SpringNamesPreprocessor
Constructor detail
SpringNamesPreprocessor()constructor
public function SpringNamesPreprocessor()

Creates a new SpringNamesPreprocessor

Method detail
preprocess()method
public function preprocess(xml:XML):XML

Preprocesses the passed in xml data and returns it.

Parameters
xml:XML — the xml data to be preprocessed

Returns
XML — the preprocessed xml data