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 =
public class IXMLWriterProxy extends com.esri.arcgis.interop.Dispatch implements IXMLWriter, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID5f50e520_1278_4c7a_937c_ae5874548431
Modifier | Constructor and Description |
---|---|
|
IXMLWriterProxy()
Deprecated.
For internal use only
|
|
IXMLWriterProxy(java.lang.Object obj)
Deprecated.
|
protected |
IXMLWriterProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IXMLWriterProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IXMLWriterProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
java.lang.String |
lookupNamespace(java.lang.String uri)
Deprecated.
Obtains the declared namespace prefix for a namespace.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
writeBinary(byte[] value)
Deprecated.
Writes an element value as a binary array.
|
void |
writeBoolean(boolean value)
Deprecated.
Writes an element value as a boolean.
|
void |
writeByte(byte value)
Deprecated.
Writes an element value as a byte.
|
void |
writeCData(java.lang.String cdata)
Deprecated.
Writes a CDATA section.
|
void |
writeDate(java.util.Date value)
Deprecated.
Writes an element value as a date.
|
void |
writeDouble(double value)
Deprecated.
Writes an element value as a double.
|
void |
writeEndTag()
Deprecated.
Writes the ending tag of an element.
|
void |
writeFloat(float value)
Deprecated.
Writes an element value as a float.
|
void |
writeInteger(int value)
Deprecated.
Writes an element value as a long.
|
void |
writeNewLine()
Deprecated.
Writes a newline.
|
void |
writeShort(short value)
Deprecated.
Writes an element value as a short.
|
void |
writeStartTag(java.lang.String localName,
java.lang.String uri,
IXMLAttributes attributes,
IXMLNamespaces namespaces,
boolean isEmpty)
Deprecated.
Writes the starting tag of an element.
|
void |
writeTab()
Deprecated.
Writes a tab.
|
void |
writeText(java.lang.String text)
Deprecated.
Writes the text value of an element.
|
void |
writeTo(IStream outputStream)
Deprecated.
Specifies output XML stream.
|
void |
writeVariant(java.lang.Object value)
Deprecated.
Writes an element value as a variant.
|
void |
writeXML(java.lang.String xML)
Deprecated.
Writes raw XML.
|
void |
writeXMLDeclaration()
Deprecated.
Writes the XML document declaration.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public IXMLWriterProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IXMLWriterProxy()
public IXMLWriterProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IXMLWriterProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IXMLWriterProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void writeTo(IStream outputStream) throws java.io.IOException, AutomationException
writeTo
in interface IXMLWriter
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.public void writeStartTag(java.lang.String localName, java.lang.String uri, IXMLAttributes attributes, IXMLNamespaces namespaces, boolean isEmpty) throws java.io.IOException, AutomationException
writeStartTag
in interface IXMLWriter
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.public void writeText(java.lang.String text) throws java.io.IOException, AutomationException
writeText
in interface IXMLWriter
text
- The text (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeCData(java.lang.String cdata) throws java.io.IOException, AutomationException
writeCData
in interface IXMLWriter
cdata
- The cdata (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeEndTag() throws java.io.IOException, AutomationException
writeEndTag
in interface IXMLWriter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeBoolean(boolean value) throws java.io.IOException, AutomationException
writeBoolean
in interface IXMLWriter
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeByte(byte value) throws java.io.IOException, AutomationException
writeByte
in interface IXMLWriter
value
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeShort(short value) throws java.io.IOException, AutomationException
writeShort
in interface IXMLWriter
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeInteger(int value) throws java.io.IOException, AutomationException
writeInteger
in interface IXMLWriter
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeFloat(float value) throws java.io.IOException, AutomationException
writeFloat
in interface IXMLWriter
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeDouble(double value) throws java.io.IOException, AutomationException
writeDouble
in interface IXMLWriter
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeDate(java.util.Date value) throws java.io.IOException, AutomationException
writeDate
in interface IXMLWriter
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeBinary(byte[] value) throws java.io.IOException, AutomationException
writeBinary
in interface IXMLWriter
value
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeVariant(java.lang.Object value) throws java.io.IOException, AutomationException
writeVariant
in interface IXMLWriter
value
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeXML(java.lang.String xML) throws java.io.IOException, AutomationException
writeXML
in interface IXMLWriter
xML
- The xML (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeXMLDeclaration() throws java.io.IOException, AutomationException
writeXMLDeclaration
in interface IXMLWriter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeNewLine() throws java.io.IOException, AutomationException
writeNewLine
in interface IXMLWriter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeTab() throws java.io.IOException, AutomationException
writeTab
in interface IXMLWriter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String lookupNamespace(java.lang.String uri) throws java.io.IOException, AutomationException
lookupNamespace
in interface IXMLWriter
uri
- The uri (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.