spo.src.server
Class Transform

java.lang.Object
  |
  +--spo.src.server.Transform

public class Transform
extends java.lang.Object

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

Transform

public Transform()
Initialize an instance for the class

Method Detail

XML2HTML

public void XML2HTML(java.lang.String doc,
                     java.io.PrintWriter pw)
Transform an XML document to HTML format by using the default stylesheet reference

Parameters:
doc - the document to be transformed
pw - the PrintWriter object which will be output

main

public static void main(java.lang.String[] args)
the main routine used to test the transform utility. Usage: java Transform



Copyright © 2003 UKCS. All Rights Reserved.