ix.util.xml
Class Xform
java.lang.Object
  
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 | 
 
Features
static java.lang.String[] Features
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