Packageorg.pranaframework.ioc.factory.xml.preprocessors
Classpublic class AttributeToElementPreprocessor
ImplementsIXMLObjectDefinitionsPreprocessor

Converts an attribute to an element.



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

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