g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.parametric
Interface IGeneratedJsdl


public interface IGeneratedJsdl

Jsdl generated from parametric JSDL


Method Summary
 org.w3c.dom.Document getDocument()
           
 java.lang.String getIterationName()
           
 java.lang.String getParamValue(java.lang.String paramName)
          Returns value from any node in the generated Jsdl.
 

Method Detail

getDocument

org.w3c.dom.Document getDocument()
Returns:
XML Document containing generated JSDL (without sweep extension)

getParamValue

java.lang.String getParamValue(java.lang.String paramName)
                               throws ParametricJsdlException
Returns value from any node in the generated Jsdl. It returns also values from nodes, which aren't parametrized

Parameters:
paramName - XPath query selecting XML node, from which value will be returned
Returns:
value from Node
Throws:
ParametricJsdlException - exception thrown when value cannot be read

getIterationName

java.lang.String getIterationName()
Returns:
String representing current iteration during generation process

g-Eclipse
Release 1.0.0