|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ter.XML.TransformFile
Title: TransformFile
Description: this class allows to transform a XML file in .txt File
Company: UNSA
Constructor Summary | |
TransformFile()
|
Method Summary | |
static boolean |
transform(java.io.File fileXML,
java.io.File name,
java.io.File fileXSL)
this function transform the file fileXML in file name with the file fileXSL |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TransformFile()
Method Detail |
public static boolean transform(java.io.File fileXML, java.io.File name, java.io.File fileXSL) throws java.lang.Exception
fileXML
- the name of the to transformname
- the name of result filefileXSL
- the name of XSL file
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |