ix.util.xml
Class Xform

java.lang.Object
  extended by ix.util.xml.Xform

public class Xform
extends java.lang.Object

A class containing useful static XSLT-related utilities.


Method Summary
static void checkTFactory(javax.xml.transform.TransformerFactory tfactory)
           
static void main(java.lang.String[] argv)
          For testing
static org.jdom.Document transform(org.jdom.Document in, java.lang.String stylesheet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

transform

public static org.jdom.Document transform(org.jdom.Document in,
                                          java.lang.String stylesheet)
                                   throws org.jdom.JDOMException
Throws:
org.jdom.JDOMException

checkTFactory

public static void checkTFactory(javax.xml.transform.TransformerFactory tfactory)

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
For testing

Throws:
java.lang.Exception