fungus.mycelium.xml.processing
Class ProcessStrategy

java.lang.Object
  |
  +--fungus.mycelium.xml.processing.ProcessStrategy

public class ProcessStrategy
extends Object

Strategie d'execution d'un noeud XML.
Cette classe sait executer tous les noeuds de l'arbre XML.

Les classes qui traitent chacun des noeuds est définit dans le fichier /fungus/fungus.prop.

Since:
1.0
Version:
$Id: ProcessStrategy.java,v 1.2 2002/06/08 14:04:44 djedi Exp $
Author:
"Valvassori Moïse"
See Also:
Node

Constructor Summary
ProcessStrategy(Infrastructure infra)
           
 
Method Summary
 void process(Node node)
          Execute une noeud.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessStrategy

public ProcessStrategy(Infrastructure infra)
Method Detail

process

public void process(Node node)
             throws MyceliumProcessingException
Execute une noeud.
Parameters:
node - a Node value
Throws:
MyceliumProcessingException - if an error occurs