|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.flexiblewebsolutions.xml.util.XSLUtils
public class XSLUtils
Utilities for using XSL to transform XML into HTML.
Constructor Summary | |
---|---|
XSLUtils()
|
Method Summary | |
---|---|
void |
transform(javax.xml.transform.Transformer pXSL,
java.lang.String pXMLPath,
java.io.File pOutFile)
Convert an xml file to html using XSL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSLUtils()
Method Detail |
---|
public void transform(javax.xml.transform.Transformer pXSL, java.lang.String pXMLPath, java.io.File pOutFile)
pXSL
- Transformer which contains XSL informationpXMLPath
- - Path to xml file to be parsedpOutFile
- - Destination location for output file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |