Uses of Class
fr.tireme.schemadoc.SDOneConfigParams

Packages that use SDOneConfigParams
fr.tireme.schemadoc Schemadoc core management of user interface. 
fr.tireme.schemadoc.reorganize   
fr.tireme.schemadoc.transform Manage the transformations themselves, either using Saxon or Xalan, depending on the command line. 
fr.tireme.schemadoc.utilities   
 

Uses of SDOneConfigParams in fr.tireme.schemadoc
 

Methods in fr.tireme.schemadoc that return SDOneConfigParams
 SDOneConfigParams Xml2output.getParameters()
          Gets the parameters of the Xml2output object.
 

Uses of SDOneConfigParams in fr.tireme.schemadoc.reorganize
 

Methods in fr.tireme.schemadoc.reorganize that return SDOneConfigParams
 SDOneConfigParams ReorganizeDoc.getParam()
           
 

Constructors in fr.tireme.schemadoc.reorganize with parameters of type SDOneConfigParams
ReorganizeDoc(org.w3c.dom.Node docNode, java.lang.String rootDocFileName, Messages sdm, SDOneConfigParams _param)
          Generic form of the reorganize class
ReorganizeDoc(org.w3c.dom.Node docNode, java.lang.String interfaceLanguage, SDOneConfigParams _param)
          Simple form of a reorganize
 

Uses of SDOneConfigParams in fr.tireme.schemadoc.transform
 

Constructors in fr.tireme.schemadoc.transform with parameters of type SDOneConfigParams
XSLTTransformationsManager(SDOneConfigParams gui)
          Prepare an intermediate XSLT transformation from schemadoc to docbook.
XSLTTransformationsManager(SDOneConfigParams gui, int transfoType)
          Prepare all XSLT transformation, either initial for docbook and later for HTML, FO.
 

Uses of SDOneConfigParams in fr.tireme.schemadoc.utilities
 

Constructors in fr.tireme.schemadoc.utilities with parameters of type SDOneConfigParams
RenameObjects(SDOneConfigParams envParam, Messages sdm, java.lang.String renameFilename, java.lang.String dirToDump)