public interface IXMLWriter2 extends IXMLWriter, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID034900a2_4db4_4074_8a7b_3a0885b844a2 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID5f50e520_1278_4c7a_937c_ae5874548431
Modifier and Type | Method and Description |
---|---|
IStream |
getStream()
Obtains underlying stream.
|
void |
writeInt64(long value)
Writes an element value as an int64.
|
lookupNamespace, writeBinary, writeBoolean, writeByte, writeCData, writeDate, writeDouble, writeEndTag, writeFloat, writeInteger, writeNewLine, writeShort, writeStartTag, writeTab, writeText, writeTo, writeVariant, writeXML, writeXMLDeclaration
static final int IID034900a2_4db4_4074_8a7b_3a0885b844a2
static final int xxDummy
static final java.lang.String IID
IStream getStream() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void writeInt64(long value) throws java.io.IOException, AutomationException
value
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.