Uses of Class
dochelper.exceptions.IllegalParamterTypeException

Packages that use IllegalParamterTypeException
dochelper   
 

Uses of IllegalParamterTypeException in dochelper
 

Methods in dochelper that throw IllegalParamterTypeException
static void DocHelper.execute(java.lang.String configFile)
           
private static Configurable DocHelper.parseConfigurable(org.w3c.dom.Element node)
           
(package private) static void DocHelper.parseDocumentDefintion(org.w3c.dom.Document doc)
           
private static Processor DocHelper.parseProcessor(org.w3c.dom.Element node)
           
private static RecordSet DocHelper.parseRecordSet(org.w3c.dom.Element node, java.lang.String name)
           
private static Renderer DocHelper.parseRenderer(org.w3c.dom.Element node)
           
 void AbstractTableRecordSet.setParam(java.lang.String paramName, java.lang.Object value)
          Add an initialization parameter to the Record Set.
 void Configurable.setParam(java.lang.String paramName, java.lang.Object value)
          Add a parameter to the Configurable.
 void FileRecordSet.setParam(java.lang.String paramName, java.lang.Object value)
          Add an initialization parameter to the Record Set.
 void FileRenderer.setParam(java.lang.String paramName, java.lang.Object value)
          Add an initialization parameter to the File Renderer.
 void MatchOrderProcessor.setParam(java.lang.String paramName, java.lang.Object value)
           
 void NaturalOrderParamProcessor.setParam(java.lang.String paramName, java.lang.Object value)
           
 void URLRecordSet.setParam(java.lang.String paramName, java.lang.Object value)
          Add an initialization parameter to the Record Set.