com.esri.arcgis.system
Class IXMLWriterProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.system.IXMLWriterProxy
All Implemented Interfaces:
IXMLWriter, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IXMLWriter2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IXMLWriter'. Generated 3/19/2015 1:20:57 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 =

public class IXMLWriterProxy
extends com.esri.arcgis.interop.Dispatch
implements IXMLWriter, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.system.IXMLWriter
IID, IID5f50e520_1278_4c7a_937c_ae5874548431
 
Constructor Summary
  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.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 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.  
 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.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IXMLWriterProxy

public IXMLWriterProxy(java.lang.String CLSID,
                       java.lang.String host,
                       com.esri.arcgis.interop.AuthInfo authInfo)
                throws java.net.UnknownHostException,
                       java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IXMLWriterProxy

public IXMLWriterProxy()
Deprecated. 
For internal use only


IXMLWriterProxy

public IXMLWriterProxy(java.lang.Object obj)
                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IXMLWriterProxy

protected IXMLWriterProxy(java.lang.Object obj,
                          java.lang.String iid)
                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IXMLWriterProxy

protected IXMLWriterProxy(java.lang.String CLSID,
                          java.lang.String iid,
                          java.lang.String host,
                          com.esri.arcgis.interop.AuthInfo authInfo)
                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

writeTo

public void writeTo(IStream outputStream)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Specifies output XML stream.

Specified by:
writeTo in interface IXMLWriter
Parameters:
outputStream - A reference to a com.esri.arcgis.system.IStream (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeStartTag

public void writeStartTag(java.lang.String localName,
                          java.lang.String uri,
                          IXMLAttributes attributes,
                          IXMLNamespaces namespaces,
                          boolean isEmpty)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Writes the starting tag of an element.

Specified by:
writeStartTag in interface IXMLWriter
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeText

public void writeText(java.lang.String text)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Writes the text value of an element.

Specified by:
writeText in interface IXMLWriter
Parameters:
text - The text (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeCData

public void writeCData(java.lang.String cdata)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Writes a CDATA section.

Specified by:
writeCData in interface IXMLWriter
Parameters:
cdata - The cdata (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeEndTag

public void writeEndTag()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Writes the ending tag of an element.

Specified by:
writeEndTag in interface IXMLWriter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeBoolean

public void writeBoolean(boolean value)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Writes an element value as a boolean.

Specified by:
writeBoolean in interface IXMLWriter
Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeByte

public void writeByte(byte value)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Writes an element value as a byte.

Specified by:
writeByte in interface IXMLWriter
Parameters:
value - An unsigned byte (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeShort

public void writeShort(short value)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Writes an element value as a short.

Specified by:
writeShort in interface IXMLWriter
Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeInteger

public void writeInteger(int value)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Writes an element value as a long.

Specified by:
writeInteger in interface IXMLWriter
Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeFloat

public void writeFloat(float value)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Writes an element value as a float.

Specified by:
writeFloat in interface IXMLWriter
Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeDouble

public void writeDouble(double value)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Writes an element value as a double.

Specified by:
writeDouble in interface IXMLWriter
Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeDate

public void writeDate(java.util.Date value)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Writes an element value as a date.

Specified by:
writeDate in interface IXMLWriter
Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeBinary

public void writeBinary(byte[] value)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Writes an element value as a binary array.

Specified by:
writeBinary in interface IXMLWriter
Parameters:
value - An unsigned byte (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeVariant

public void writeVariant(java.lang.Object value)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Writes an element value as a variant.

Specified by:
writeVariant in interface IXMLWriter
Parameters:
value - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeXML

public void writeXML(java.lang.String xML)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Writes raw XML.

Specified by:
writeXML in interface IXMLWriter
Parameters:
xML - The xML (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeXMLDeclaration

public void writeXMLDeclaration()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Writes the XML document declaration.

Specified by:
writeXMLDeclaration in interface IXMLWriter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeNewLine

public void writeNewLine()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Writes a newline.

Specified by:
writeNewLine in interface IXMLWriter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeTab

public void writeTab()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Writes a tab.

Specified by:
writeTab in interface IXMLWriter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

lookupNamespace

public java.lang.String lookupNamespace(java.lang.String uri)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Obtains the declared namespace prefix for a namespace.

Specified by:
lookupNamespace in interface IXMLWriter
Parameters:
uri - The uri (in)
Returns:
The prefix
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.