|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.fluxmedia.transmorpher.Parser.RuleSetParser
Author : Laurent Tardif Date : 05 01 2001 Content : Define the rule set parser
Constructor Summary | |
RuleSetParser()
|
Method Summary | |
protected static void |
ComputeRemAtt(ReadWrite iXslFile,
RemAtt pRemAtt)
Apply the transformation for One RemAtt, which aredelayed |
protected static void |
endDefineRuleSet(ReadWrite iXslFile)
close the iXlFile |
protected static void |
endModTag(Vector iRemAttList,
ReadWrite iXslFile)
close the iXslFile |
protected static void |
RemAllAtt(Vector iRemAttList,
ReadWrite iXslFile)
Apply the transformation for all RemAtt, which aredelayed |
protected static void |
startAddAtt(ReadWrite iXslFile,
AttributeList attrs)
Allow to define a basic transformation : add a tag on element |
protected static ReadWrite |
startDefineRuleSet(AttributeList attrs)
Allow to define rule set, this definition build a XSL file |
protected static void |
startFlatten(ReadWrite iXslFile,
AttributeList attrs)
Allow to define a basic transformation Flatten an element |
protected static void |
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 |
startMapTag(ReadWrite iXslFile,
AttributeList attrs)
Allow to define a basic transformation : Map an attribute into another one |
protected static String |
startModTag(ReadWrite iXslFile,
AttributeList attrs)
Allow to define a basic transformation : Modify a tag |
protected static void |
startRemAtt(Vector iRemAttList,
String iModTagName,
AttributeList attrs)
Allow to define a basic transformation remove a tag on element |
protected static void |
startRemTag(ReadWrite iXslFile,
AttributeList attrs)
Allow to define a basic transformation : remove an element |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public RuleSetParser()
Method Detail |
protected static final ReadWrite startDefineRuleSet(AttributeList attrs)
protected static final void startMapTag(ReadWrite iXslFile, AttributeList attrs)
protected static final void startRemTag(ReadWrite iXslFile, AttributeList attrs)
protected static final void startFlatten(ReadWrite iXslFile, AttributeList attrs)
protected static final String startModTag(ReadWrite iXslFile, AttributeList attrs)
protected static final void startMapAtt(Vector iRemAttList, String iModTagName, ReadWrite iXslFile, AttributeList attrs)
protected static final void startRemAtt(Vector iRemAttList, String iModTagName, AttributeList attrs)
protected static final void RemAllAtt(Vector iRemAttList, ReadWrite iXslFile)
protected static final void ComputeRemAtt(ReadWrite iXslFile, RemAtt pRemAtt)
protected static final void startAddAtt(ReadWrite iXslFile, AttributeList attrs)
protected static final void endDefineRuleSet(ReadWrite iXslFile)
protected static final void endModTag(Vector iRemAttList, ReadWrite iXslFile)
|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |