org.apache.hadoop.util
Class XMLUtils

java.lang.Object
  extended by org.apache.hadoop.util.XMLUtils

public class XMLUtils
extends Object

General xml utilities.


Constructor Summary
XMLUtils()
           
 
Method Summary
static void transform(InputStream styleSheet, InputStream xml, Writer out)
          Transform input xml given a stylesheet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLUtils

public XMLUtils()
Method Detail

transform

public static void transform(InputStream styleSheet,
                             InputStream xml,
                             Writer out)
                      throws TransformerConfigurationException,
                             TransformerException
Transform input xml given a stylesheet.

Parameters:
styleSheet - the style-sheet
xml - input xml data
out - output
Throws:
TransformerConfigurationException
TransformerException


Copyright © 2009 The Apache Software Foundation