org.sblim.wbem.cimxml
Class CimXmlSerializer
java.lang.Objectorg.sblim.wbem.cimxml.CimXmlSerializer
public class CimXmlSerializer
extends java.lang.Object
Class CimXmlSerializer implements a XML serializer for DOM documents that is
specialized for CIM-XML. It might not be used as a generel purpose serializer
since it doesn't support any DOM or XML features not required by CIM-XML.
static void | serialize(OutputStream pOS, Document pDoc, boolean pPretty)- Serializes a given DOM document as (CIM-)XML to a given output stream
|
serialize
public static void serialize(OutputStream pOS,
Document pDoc,
boolean pPretty)
throws IOException Serializes a given DOM document as (CIM-)XML to a given output stream
pOS - The output streampDoc - The documentpPretty - If true the XML is nicely wrapped and indented,
otherwise it's all in one line
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.