org.jactr.tools.itr.ortho
Class Parser

java.lang.Object
  extended by org.jactr.tools.itr.ortho.Parser

public class Parser
extends java.lang.Object


Constructor Summary
Parser()
           
 
Method Summary
static java.util.Collection<ISliceAnalyzer> buildAnalyzers(org.w3c.dom.Document document)
           
static java.util.Collection<ISliceIntegrator> buildIntegrators(org.w3c.dom.Document document)
           
static java.util.Collection<IParameterModifier> buildModifiers(org.w3c.dom.Document document)
           
static org.w3c.dom.Document load(java.net.URI config)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

public Parser()
Method Detail

load

public static org.w3c.dom.Document load(java.net.URI config)
                                 throws javax.xml.parsers.ParserConfigurationException,
                                        org.xml.sax.SAXException,
                                        java.io.IOException
Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException

buildIntegrators

public static java.util.Collection<ISliceIntegrator> buildIntegrators(org.w3c.dom.Document document)
                                                               throws java.lang.InstantiationException,
                                                                      java.lang.IllegalAccessException,
                                                                      java.lang.ClassNotFoundException
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.ClassNotFoundException

buildAnalyzers

public static java.util.Collection<ISliceAnalyzer> buildAnalyzers(org.w3c.dom.Document document)
                                                           throws java.lang.InstantiationException,
                                                                  java.lang.IllegalAccessException,
                                                                  java.lang.ClassNotFoundException
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.ClassNotFoundException

buildModifiers

public static java.util.Collection<IParameterModifier> buildModifiers(org.w3c.dom.Document document)
                                                               throws java.lang.InstantiationException,
                                                                      java.lang.IllegalAccessException,
                                                                      java.lang.ClassNotFoundException
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.ClassNotFoundException