public interface IXMLWriter
extends 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 |
IID5f50e520_1278_4c7a_937c_ae5874548431 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
lookupNamespace(java.lang.String uri)
Obtains the declared namespace prefix for a namespace.
|
void |
writeBinary(byte[] value)
Writes an element value as a binary array.
|
void |
writeBoolean(boolean value)
Writes an element value as a boolean.
|
void |
writeByte(byte value)
Writes an element value as a byte.
|
void |
writeCData(java.lang.String cdata)
Writes a CDATA section.
|
void |
writeDate(java.util.Date value)
Writes an element value as a date.
|
void |
writeDouble(double value)
Writes an element value as a double.
|
void |
writeEndTag()
Writes the ending tag of an element.
|
void |
writeFloat(float value)
Writes an element value as a float.
|
void |
writeInteger(int value)
Writes an element value as a long.
|
void |
writeNewLine()
Writes a newline.
|
void |
writeShort(short value)
Writes an element value as a short.
|
void |
writeStartTag(java.lang.String localName,
java.lang.String uri,
IXMLAttributes attributes,
IXMLNamespaces namespaces,
boolean isEmpty)
Writes the starting tag of an element.
|
void |
writeTab()
Writes a tab.
|
void |
writeText(java.lang.String text)
Writes the text value of an element.
|
void |
writeTo(IStream outputStream)
Specifies output XML stream.
|
void |
writeVariant(java.lang.Object value)
Writes an element value as a variant.
|
void |
writeXML(java.lang.String xML)
Writes raw XML.
|
void |
writeXMLDeclaration()
Writes the XML document declaration.
|
static final int IID5f50e520_1278_4c7a_937c_ae5874548431
static final int xxDummy
static final java.lang.String IID
void writeTo(IStream outputStream) throws java.io.IOException, AutomationException
outputStream - A reference to a com.esri.arcgis.system.IStream (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void writeStartTag(java.lang.String localName,
java.lang.String uri,
IXMLAttributes attributes,
IXMLNamespaces namespaces,
boolean isEmpty)
throws java.io.IOException,
AutomationException
localName - The localName (in)uri - The uri (in)attributes - A reference to a com.esri.arcgis.system.IXMLAttributes (in)namespaces - A reference to a com.esri.arcgis.system.IXMLNamespaces (in)isEmpty - The isEmpty (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void writeText(java.lang.String text)
throws java.io.IOException,
AutomationException
text - The text (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void writeCData(java.lang.String cdata)
throws java.io.IOException,
AutomationException
cdata - The cdata (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void writeEndTag()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void writeBoolean(boolean value)
throws java.io.IOException,
AutomationException
value - The value (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void writeByte(byte value)
throws java.io.IOException,
AutomationException
value - An unsigned byte (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void writeShort(short value)
throws java.io.IOException,
AutomationException
value - The value (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void writeInteger(int value)
throws java.io.IOException,
AutomationException
value - The value (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void writeFloat(float value)
throws java.io.IOException,
AutomationException
value - The value (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void writeDouble(double value)
throws java.io.IOException,
AutomationException
value - The value (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void writeDate(java.util.Date value)
throws java.io.IOException,
AutomationException
value - The value (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void writeBinary(byte[] value)
throws java.io.IOException,
AutomationException
value - An unsigned byte (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void writeVariant(java.lang.Object value)
throws java.io.IOException,
AutomationException
value - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void writeXML(java.lang.String xML)
throws java.io.IOException,
AutomationException
xML - The xML (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void writeXMLDeclaration()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void writeNewLine()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void writeTab()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String lookupNamespace(java.lang.String uri)
throws java.io.IOException,
AutomationException
uri - The uri (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.