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
 

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

Methods in fr.fluxmedia.transmorpher.Parser with parameters of type ReadWrite
protected static void RuleSetParser.startMapTag(ReadWrite iXslFile, AttributeList attrs)
          Allow to define a basic transformation : Map an attribute into another one
protected static void RuleSetParser.startRemTag(ReadWrite iXslFile, AttributeList attrs)
          Allow to define a basic transformation : remove an element
protected static void RuleSetParser.startFlatten(ReadWrite iXslFile, AttributeList attrs)
          Allow to define a basic transformation Flatten an element
protected static String RuleSetParser.startModTag(ReadWrite iXslFile, AttributeList attrs)
          Allow to define a basic transformation : Modify a tag
protected static void RuleSetParser.startMapAtt(Vector iRemAttList, String iModTagName, ReadWrite iXslFile, AttributeList attrs)
          Allow to define a basic transformation change the name of an attribute on an 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, AttributeList attrs)
          Allow to define a basic transformation : add a tag on element
protected static void RuleSetParser.endDefineRuleSet(ReadWrite iXslFile)
          close the iXlFile
protected static void RuleSetParser.endModTag(Vector iRemAttList, ReadWrite iXslFile)
          close the iXslFile
 

Uses of ReadWrite in fr.fluxmedia.transmorpher.TProcessFactory
 

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


INRIA & FluxMedia

...