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.


Field Summary
(package private) static java.lang.String[] Features
           
 
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
 

Field Detail

Features

static java.lang.String[] Features
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