This document is archived and information here might be outdated.  Recommended version.


IXMLWriter2 Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IXMLWriter2 Interface

Provides access to members that control the sequential writing of XML.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method LookupNamespace Obtains the declared namespace prefix for a namespace.
Read-only property Stream Obtains underlying stream. If WriteTo() is not called yet, will return NULL.
Method WriteBinary Writes an element value as a binary array.
Method WriteBoolean Writes an element value as a boolean.
Method WriteByte Writes an element value as a byte.
Method WriteCData Writes a CDATA section.
Method WriteDate Writes an element value as a date.
Method WriteDouble Writes an element value as a double.
Method WriteEndTag Writes the ending tag of an element.
Method WriteFloat Writes an element value as a float.
Method WriteInt64 Writes an element value as an int64.
Method WriteInteger Writes an element value as a long.
Method WriteNewLine Writes a newline.
Method WriteShort Writes an element value as a short.
Method WriteStartTag Writes the starting tag of an element.
Method WriteTab Writes a tab.
Method WriteText Writes the text value of an element.
Method WriteTo Specifies output XML stream.
Method WriteVariant Writes an element value as a variant.
Method WriteXML Writes raw XML.
Method WriteXMLDeclaration Writes the XML document declaration.

Inherited Interfaces

Interfaces Description
IXMLWriter Provides access to members that control the sequential writing of XML.

CoClasses that implement IXMLWriter2

CoClasses and Classes Description
XMLWriter An XML sequential document writer.