Class fr.bizolin.xml.xsl.XSLEngine
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fr.bizolin.xml.xsl.XSLEngine

java.lang.Object
   |
   +----fr.bizolin.xml.xsl.XSLEngine

public class XSLEngine
extends Object
XSLEngine by Bizolin (c)Cyril Vincent
www.multimania.com/cvincent/
February 2000
Apply an XSL on an XML document with the Oracle XSL processor. The result is an XML document
This class needs the org.w3c.dom and the oracle.xml.parser.v2 packages.

Version:
1.0.000315
Author:
Cyril Vincent

Constructor Index

 o XSLEngine(String, String)
 o XSLEngine(String, String, String)
 o XSLEngine(String, String, String, boolean)
 o XSLEngine(String, String, String, boolean, OutputStream)

Method Index

 o main(String[])
Main program

Constructors

 o XSLEngine
 public XSLEngine(String xslFile,
                  String xmlFile,
                  String encoding,
                  boolean canon,
                  OutputStream os)
Parameters:
xslFile - XSL file name
xmlFile - XML file name
encoding - XML encoding
canon - yes for level 4 browsers
os - Output stream
 o XSLEngine
 public XSLEngine(String xslFile,
                  String xmlFile,
                  String encoding,
                  boolean canon)
Parameters:
xslFile - XSL file name
xmlFile - XML file name
encoding - XML encoding
canon - yes for level 4 browsers
 o XSLEngine
 public XSLEngine(String xslFile,
                  String xmlFile,
                  String encoding)
Parameters:
xslFile - XSL file name
xmlFile - XML file name
encoding - XML encoding
 o XSLEngine
 public XSLEngine(String xslFile,
                  String xmlFile)
Parameters:
xslFile - XSL file name
xmlFile - XML file name

Methods

 o main
 public static void main(String args[]) throws Exception
Main program

Throws: Exception
Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index