|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.system.IXMLWriterProxy
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
Internal use class
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
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.IOExceptionpublic 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| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void writeTo(IStream outputStream)
throws java.io.IOException,
AutomationException
writeTo in interface IXMLWriteroutputStream - 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 IXMLWriterlocalName - 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 IXMLWritertext - 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 IXMLWritercdata - 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 IXMLWriterjava.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 IXMLWritervalue - 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 IXMLWritervalue - 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 IXMLWritervalue - 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 IXMLWritervalue - 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 IXMLWritervalue - 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 IXMLWritervalue - 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 IXMLWritervalue - 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 IXMLWritervalue - 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 IXMLWritervalue - 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 IXMLWriterxML - 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 IXMLWriterjava.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 IXMLWriterjava.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 IXMLWriterjava.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 IXMLWriteruri - The uri (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||