|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--spo.src.server.Transform
A Class that transforms XML documents by utitlizing XSL style sheets
| Constructor Summary | |
Transform()
Initialize an instance for the class |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
the main routine used to test the transform utility. |
void |
XML2HTML(java.lang.String doc,
java.io.PrintWriter pw)
Transform an XML document to HTML format by using the default stylesheet reference |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Transform()
| Method Detail |
public void XML2HTML(java.lang.String doc,
java.io.PrintWriter pw)
doc - the document to be transformedpw - the PrintWriter object which will be outputpublic static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||