IXMLWriter2 Interface

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

Members

Name 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.

IXMLWriter2.Stream Property

Obtains underlying stream. If WriteTo() is not called yet, will return NULL.

Public ReadOnly Property Stream As IStream
public IStream Stream {get;}

IXMLWriter2.WriteInt64 Method

Writes an element value as an int64.

Public Sub WriteInt64 ( _
    ByVal Value As Long _
)
public void WriteInt64 (
    long Value
);

Inherited Interfaces

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

Classes that implement IXMLWriter2

Classes Description
XMLWriter An XML sequential document writer.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.