FDO .NET API Reference Feature Data Objects
OSGeo::FDO::Common::Xml::XmlWriter::XmlWriter ( OSGeo::FDO::Common::Io::IoStream stream,
System::Boolean  defaultRoot,
OSGeo::FDO::Common::Xml::XmlWriter::LineFormat  lineFormat 
)

Constructs an XML writer on a stream.

Parameters:
stream Input the stream to write.
defaultRoot true: all elements written are wrapped in a default root element, named "DataStore". false: the default root element is not written. In this case, the first element written (via WriteStartElement() ) becomes the root element. The caller is responsible for ensuring that only one root element is written (the XML standard disallows multiple root elements).
lineFormat 


Comments or suggestions? Send us feedback.