@InterfaceAudience.Private @InterfaceStability.Unstable public class XMLUtils extends Object
| Constructor and Description |
|---|
XMLUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
transform(InputStream styleSheet,
InputStream xml,
Writer out)
Transform input xml given a stylesheet.
|
public static void transform(InputStream styleSheet, InputStream xml, Writer out) throws TransformerConfigurationException, TransformerException
styleSheet - the style-sheetxml - input xml dataout - outputTransformerConfigurationExceptionTransformerExceptionCopyright © 2013 Apache Software Foundation. All rights reserved.