Uses of Class
fr.reseaumexico.model.writer.XmlNode

Packages that use XmlNode
fr.reseaumexico.model.writer   
 

Uses of XmlNode in fr.reseaumexico.model.writer
 

Fields in fr.reseaumexico.model.writer with type parameters of type XmlNode
protected  List<XmlNode> XmlNode.children
           
 

Methods in fr.reseaumexico.model.writer that return XmlNode
static XmlNode XmlNode.createElement(String tagName, String text)
           
static XmlNode XmlNode.createElement(XmlNode parentXmlNode, String tagName)
           
static XmlNode XmlNode.createElement(XmlNode parentXmlNode, String tagName, String text)
           
 XmlNode ExperimentDesignXmlWriter.getRootElement()
           
abstract  XmlNode XmlWriter.getRootElement()
           
 XmlNode InputDesignXmlWriter.getRootElement()
           
 

Methods in fr.reseaumexico.model.writer with parameters of type XmlNode
 void XmlNode.add(XmlNode e)
           
protected  void MexicoXmlWriter.addAllFeature(XmlNode factorXmlNode, Collection<Feature> features)
           
 void MexicoXmlWriter.addParameter(XmlNode xmlNode, String parameterName, Object value)
           
protected  void ExperimentDesignXmlWriter.composeExperimentDesignMeta(XmlNode rootXmlNode)
           
protected  void ExperimentDesignXmlWriter.composeFactors(XmlNode rootXmlNode)
           
protected  void InputDesignXmlWriter.composeInputDesignMeta(XmlNode rootXmlNode)
           
protected  void InputDesignXmlWriter.composeScenarios(XmlNode rootXmlNode)
           
static XmlNode XmlNode.createElement(XmlNode parentXmlNode, String tagName)
           
static XmlNode XmlNode.createElement(XmlNode parentXmlNode, String tagName, String text)
           
 



Copyright © 2011-2012 Code Lutin. All Rights Reserved.