INRIA & FluxMedia

Uses of Class
fr.fluxmedia.transmorpher.Files.ReadWrite

Uses of ReadWrite in fr.fluxmedia.transmorpher.Parser
 

Fields in fr.fluxmedia.transmorpher.Parser declared as ReadWrite
(package private)  ReadWrite ProcessParser.iXslFile
          The iXslFile
(package private)  ReadWrite ProcessParser.servletFile
          The servlet file
 

Methods in fr.fluxmedia.transmorpher.Parser that return ReadWrite
static ReadWrite QueryParser.startDefineQuery(Attributes attrs)
          Allow to define rule set, this definition build a XSL file
protected static ReadWrite RuleSetParser.startDefineRuleSet(Attributes attrs)
          Allow to define rule set, this definition build a XSL file
 

Methods in fr.fluxmedia.transmorpher.Parser with parameters of type ReadWrite
static void QueryParser.startSelect(ReadWrite iXslFile, Attributes attrs)
          Allow to define a basic selection:
static void QueryParser.endSelect(ReadWrite iXslFile)
           
static void QueryParser.startParam(ReadWrite iXslFile, Attributes attrs)
          Allow to define a Parameter for the query: ...
static void QueryParser.endParam(ReadWrite iXslFile)
           
static void QueryParser.endDefineQuery(ReadWrite iXslFile)
          close the iXlFile
protected static void RuleSetParser.startMapTag(ReadWrite iXslFile, Attributes attrs)
          Allow to define a basic transformation : Map an attribute into another one
protected static void RuleSetParser.startRemTag(ReadWrite iXslFile, Attributes attrs)
          Allow to define a basic transformation : remove an element
protected static void RuleSetParser.startFlatten(ReadWrite iXslFile, Attributes attrs)
          Allow to define a basic transformation Flatten an element
protected static String RuleSetParser.startModTag(ReadWrite iXslFile, Attributes attrs)
          Allow to define a basic transformation : Modify a tag
protected static void RuleSetParser.endModTag(Vector iRemAttList, ReadWrite iXslFile)
          close the ModTag
protected static void RuleSetParser.startMapAtt(Vector iRemAttList, String iModTagName, ReadWrite iXslFile, Attributes attrs)
          Allow to define a basic transformation change the name of an attribute on an element
protected static void RuleSetParser.startRemAtt(Vector iRemAttList, String iModTagName, ReadWrite iXslFile, Attributes attrs)
          Allow to define a basic transformation remove a tag on element
protected static void RuleSetParser.RemAllAtt(Vector iRemAttList, ReadWrite iXslFile)
          Apply the transformation for all RemAtt, which aredelayed
protected static void RuleSetParser.ComputeRemAtt(ReadWrite iXslFile, RemAtt pRemAtt)
          Apply the transformation for One RemAtt, which aredelayed
protected static void RuleSetParser.startAddAtt(ReadWrite iXslFile, Attributes attrs)
          Allow to define a basic transformation : add a tag on element
protected static void RuleSetParser.extend(ReadWrite iXslFile, Attributes attrs)
           
protected static void RuleSetParser.endExtend(ReadWrite iXslFile)
           
protected static void RuleSetParser.startResubst(ReadWrite iXslFile, Attributes attrs)
           
protected static void RuleSetParser.endResubst(ReadWrite iXslFile)
           
protected static void RuleSetParser.endDefineRuleSet(ReadWrite iXslFile)
          close the iXlFile
 

Uses of ReadWrite in fr.fluxmedia.transmorpher.TProcessFactory
 

Fields in fr.fluxmedia.transmorpher.TProcessFactory declared as ReadWrite
(package private)  ReadWrite TQuery.FileRW
           
 


INRIA & FluxMedia

...