public class OBRXMLWriter
extends java.lang.Object
Constructor and Description |
---|
OBRXMLWriter() |
Modifier and Type | Method and Description |
---|---|
static org.xml.sax.ContentHandler |
newHandler(java.io.OutputStream out,
java.lang.String encoding,
boolean indent) |
static void |
writeBundles(java.lang.Iterable<BundleInfo> bundleInfos,
org.xml.sax.ContentHandler handler) |
static void |
writeManifests(java.lang.Iterable<ManifestAndLocation> manifestAndLocations,
org.xml.sax.ContentHandler handler,
boolean quiet) |
public static org.xml.sax.ContentHandler newHandler(java.io.OutputStream out, java.lang.String encoding, boolean indent) throws javax.xml.transform.TransformerConfigurationException
javax.xml.transform.TransformerConfigurationException
public static void writeManifests(java.lang.Iterable<ManifestAndLocation> manifestAndLocations, org.xml.sax.ContentHandler handler, boolean quiet) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public static void writeBundles(java.lang.Iterable<BundleInfo> bundleInfos, org.xml.sax.ContentHandler handler) throws org.xml.sax.SAXException
org.xml.sax.SAXException