com.esri.arcgis.system
Interface IXMLWriter2

All Superinterfaces:
IXMLWriter, java.io.Serializable
All Known Implementing Classes:
IXMLWriter2Proxy, XMLWriter

public interface IXMLWriter2
extends IXMLWriter, java.io.Serializable

COM Interface 'IXMLWriter2'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to members that control the sequential writing of XML.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID034900a2_4db4_4074_8a7b_3a0885b844a2
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.system.IXMLWriter
IID5f50e520_1278_4c7a_937c_ae5874548431
 
Method Summary
 IStream getStream()
          Obtains underlying stream.
 void writeInt64(long value)
          Writes an element value as an int64.
 
Methods inherited from interface com.esri.arcgis.system.IXMLWriter
lookupNamespace, writeBinary, writeBoolean, writeByte, writeCData, writeDate, writeDouble, writeEndTag, writeFloat, writeInteger, writeNewLine, writeShort, writeStartTag, writeTab, writeText, writeTo, writeVariant, writeXML, writeXMLDeclaration
 

Field Detail

IID034900a2_4db4_4074_8a7b_3a0885b844a2

static final int IID034900a2_4db4_4074_8a7b_3a0885b844a2
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getStream

IStream getStream()
                  throws java.io.IOException,
                         AutomationException
Obtains underlying stream. If WriteTo() is not called yet, will return NULL.

Returns:
A reference to a com.esri.arcgis.system.IStream
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeInt64

void writeInt64(long value)
                throws java.io.IOException,
                       AutomationException
Writes an element value as an int64.

Parameters:
value - Signed 64-bit int (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.