org.sblim.wbem.cimxml
public class CimXmlSerializer extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
serialize(java.io.OutputStream pOS,
org.w3c.dom.Document pDoc,
boolean pPretty)
Serializes a given DOM document as (CIM-)XML to a given output stream
|
public static void serialize(java.io.OutputStream pOS, org.w3c.dom.Document pDoc, boolean pPretty) throws java.io.IOException
pOS
- The output streampDoc
- The documentpPretty
- If true
the XML is nicely wrapped and indented,
otherwise it's all in one linejava.io.IOException
- Whenever something goes wrongCopyright © 2005, 2009 IBM Corporation. All Rights Reserved.