|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectproper.xml.XSL
public class XSL
This class is for transforming XML via XSL.
| Constructor Summary | |
|---|---|
XSL()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
takes two/three arguments: XML file XSLT script output file (optional) |
static java.lang.String |
transform(java.io.Reader xml,
java.io.Reader xsl)
performs the transformation with the given readers |
static java.lang.String |
transform(java.lang.String xml,
java.lang.String xsl)
performs the transformation with the given strings |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSL()
| Method Detail |
|---|
public static java.lang.String transform(java.lang.String xml,
java.lang.String xsl)
public static java.lang.String transform(java.io.Reader xml,
java.io.Reader xsl)
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||