org.apache.hadoop.util
Class XMLUtils
java.lang.Object
  
org.apache.hadoop.util.XMLUtils
public class XMLUtils
- extends Object
 
General xml utilities.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
XMLUtils
public XMLUtils()
transform
public static void transform(InputStream styleSheet,
                             InputStream xml,
                             Writer out)
                      throws TransformerConfigurationException,
                             TransformerException
- Transform input xml given a stylesheet.
- Parameters:
 styleSheet - the style-sheetxml - input xml dataout - output
- Throws:
 TransformerConfigurationException
TransformerException
 
 
Copyright © 2008 The Apache Software Foundation