| Package | org.pranaframework.ioc.factory.xml.preprocessors |
| Class | public class TemplatePreprocessor |
| Implements | IXmlObjectDefinitionsPreprocessor |
TemplatePreprocessor is used to apply all templates
to the xml context. The parser nor the container should be aware of
templates.
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new
TemplatePreprocessor
| TemplatePreprocessor | ||
|
preprocess(xml:XML):XML
Preprocesses the passed in xml data and returns it.
| TemplatePreprocessor | ||
| TemplatePreprocessor | () | constructor |
public function TemplatePreprocessor()
Creates a new TemplatePreprocessor
| preprocess | () | method |
public function preprocess(xml:XML):XMLPreprocesses the passed in xml data and returns it.
Parametersxml:XML — the xml data to be preprocessed
|
XML — the preprocessed xml data
|