com.esri.arcgis.geodatabase
Class XmlPropertySet

java.lang.Object
  extended by com.esri.arcgis.geodatabase.XmlPropertySet
All Implemented Interfaces:
IPersistStreamInit, IXmlPropertySet, IXmlPropertySet2, com.esri.arcgis.interop.RemoteObjRef, IClone, IPersist, IPropertySet, ISupportErrorInfo, IXMLSerialize, java.io.Serializable

public class XmlPropertySet
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IPersistStreamInit, IPropertySet, IXmlPropertySet, IXmlPropertySet2, ISupportErrorInfo, IClone, IXMLSerialize

COM Class 'XmlPropertySet'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description 'Esri XML PropertySet object.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabase.IPersistStreamInit
IID, IID7fd52380_4e07_101b_ae2d_08002b2ec713, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.IPersist
IID0000010c_0000_0000_c000_000000000046
 
Fields inherited from interface com.esri.arcgis.system.IPropertySet
IID, IIDf0ba6abc_8e9f_11d0_b4ab_0000f8037368, xxDummy
 
Fields inherited from interface com.esri.arcgis.geodatabase.IXmlPropertySet
IID, IID121bd4bc_2508_11d3_a641_0008c7d3ae50, xxDummy
 
Fields inherited from interface com.esri.arcgis.geodatabase.IXmlPropertySet2
IID, IID01700025_ef62_47e3_bd1e_7a47d0696541, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.IClone
IID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.IXMLSerialize
IID, IIDc8545045_6615_48e3_af27_52a0e5fc35e2, xxDummy
 
Constructor Summary
XmlPropertySet()
          Constructs a XmlPropertySet using ArcGIS Engine.
XmlPropertySet(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
XmlPropertySet theXmlPropertySet = (XmlPropertySet) obj;
 
Method Summary
 void assign(IClone src)
          Assigns the properties of src to the receiver.
 void deleteProperty(java.lang.String name)
          Deletes the specified elements.
 void deletePropertyByAttribute(java.lang.String attribute, java.lang.String value, boolean deleteParent)
          Deletes the elements which have the specified attribute value.
 void deletePropertyByNameAndAttribute(java.lang.String name, java.lang.String attribute, java.lang.String value, boolean deleteParent)
          Deletes the specified elements which have the specified attribute value.
 void deserialize(IXMLSerializeData data)
          Deserializes an object from XML.
 boolean equals(java.lang.Object o)
          Compare this object with another
 IClone esri_clone()
          Clones the receiver and assigns the result to *clone.
 void getAllProperties(java.lang.Object[] names, java.lang.Object[] values)
          The name and value of all the properties in the property set.
 void getAttribute(java.lang.String name, java.lang.String attribute, java.lang.Object[] value)
          Returns the set of values for the specified attribute from the specified elements.
 void getClassID(GUID[] pClassID)
          getClassID
static java.lang.String getClsid()
          getClsid.
 int getCount()
          The number of properties contained in the property set.
 int getCountX(java.lang.String name)
          Number of occurrances of an element in the metadata.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 void getProperties(java.lang.Object names, java.lang.Object[] values)
          The values of the specified properties.
 void getPropertiesByAttribute(java.lang.String attribute, java.lang.String value, boolean noValues, java.lang.Object[] tags, java.lang.Object[] values)
          Returns the set of names and values for elements which have the specified attribute value.
 java.lang.Object getProperty(java.lang.String name)
          The value of the specified property.
 void getSizeMax(_ULARGE_INTEGER[] pCbSize)
          getSizeMax
 java.lang.String getXml(java.lang.String name)
          Returns the XML corresponding to the specified element as a string.
 int hashCode()
          the hashcode for this object
 void initExisting()
          Initializes an XmlPropertySet and adds the Esri group of elements.
 void initGeneric(java.lang.String rootName)
          Initializes an XmlPropertySet without adding the Esri group of elements.
 void initNew()
          initNew
 void interfaceSupportsErrorInfo(GUID riid)
          interfaceSupportsErrorInfo
 void isDirty()
          isDirty
 boolean isEqual(IClone other)
          Indicates if the receiver and other have the same properties.
 boolean isEqual(IPropertySet propertySet)
          True if the property set is the same as the input property set.
 boolean isIdentical(IClone other)
          Indicates if the receiver and other are the same object.
 boolean isNew()
          Indicates if a new XmlPropertySet was created on retrieving the metadata.
 boolean isOverwriteSyncAttribute()
          Indicates if the Sync attribute will be ignored when setting an element's value.
 void load(IStream pStm)
          load
 void release()
          Release a XmlPropertySet.
 void removeProperty(java.lang.String name)
          Removes a property from the set.
 void save(IStream pStm, int fClearDirty)
          save
 void saveAsFile(java.lang.String xslPath, java.lang.String header, boolean outputANSI, java.lang.String[] outPath)
          Transforms the metadata using an XSL stylesheet if specified, writes out the header if specified, and saves it in a file.
 void serialize(IXMLSerializeData data)
          Serializes an object to XML.
 void setAttribute(java.lang.String name, java.lang.String attribute, java.lang.Object value, int action)
          Sets the attribute of the specified element.
 void setOverwriteSyncAttribute(boolean overwriteSyncAttributes)
          Indicates if the Sync attribute will be ignored when setting an element's value.
 void setProperties(java.lang.Object names, java.lang.Object values)
          The values of the specified properties.
 void setProperty(java.lang.String name, java.lang.Object value)
          The value of the specified property.
 void setPropertyX(java.lang.String name, java.lang.Object value, int propType, int action, boolean syncing)
          Sets the value of the specified element.
 void setXml(java.lang.String xml)
          Replaces existing metadata with the content defined in the XML.
 java.lang.String simpleGetProperty(java.lang.String name)
          The values of the specified property.
 void transformImages(java.lang.String path, java.lang.Object[] fileNames)
          Transforms encoded thumbnail and image enclosures to files and links them into the metadata.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlPropertySet

public XmlPropertySet()
               throws java.io.IOException,
                      java.net.UnknownHostException
Constructs a XmlPropertySet using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

XmlPropertySet

public XmlPropertySet(java.lang.Object obj)
               throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
XmlPropertySet theXmlPropertySet = (XmlPropertySet) obj;

Construct a XmlPropertySet using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to XmlPropertySet.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a XmlPropertySet.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

isDirty

public void isDirty()
             throws java.io.IOException,
                    AutomationException
isDirty

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

load

public void load(IStream pStm)
          throws java.io.IOException,
                 AutomationException
load

Specified by:
load in interface IPersistStreamInit
Parameters:
pStm - 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.

save

public void save(IStream pStm,
                 int fClearDirty)
          throws java.io.IOException,
                 AutomationException
save

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

getSizeMax

public void getSizeMax(_ULARGE_INTEGER[] pCbSize)
                throws java.io.IOException,
                       AutomationException
getSizeMax

Specified by:
getSizeMax in interface IPersistStreamInit
Parameters:
pCbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

initNew

public void initNew()
             throws java.io.IOException,
                    AutomationException
initNew

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

getClassID

public void getClassID(GUID[] pClassID)
                throws java.io.IOException,
                       AutomationException
getClassID

Specified by:
getClassID in interface IPersist
Parameters:
pClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

public int getCount()
             throws java.io.IOException,
                    AutomationException
The number of properties contained in the property set.

Specified by:
getCount in interface IPropertySet
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProperty

public java.lang.Object getProperty(java.lang.String name)
                             throws java.io.IOException,
                                    AutomationException
The value of the specified property.

Specified by:
getProperty in interface IPropertySet
Parameters:
name - The name (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProperties

public void getProperties(java.lang.Object names,
                          java.lang.Object[] values)
                   throws java.io.IOException,
                          AutomationException
The values of the specified properties.

Specified by:
getProperties in interface IPropertySet
Parameters:
names - A Variant (in)
values - A Variant (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAllProperties

public void getAllProperties(java.lang.Object[] names,
                             java.lang.Object[] values)
                      throws java.io.IOException,
                             AutomationException
The name and value of all the properties in the property set.

Specified by:
getAllProperties in interface IPropertySet
Parameters:
names - A Variant (out: use single element array)
values - A Variant (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
                 throws java.io.IOException,
                        AutomationException
The value of the specified property.

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

setProperties

public void setProperties(java.lang.Object names,
                          java.lang.Object values)
                   throws java.io.IOException,
                          AutomationException
The values of the specified properties.

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

isEqual

public boolean isEqual(IPropertySet propertySet)
                throws java.io.IOException,
                       AutomationException
True if the property set is the same as the input property set.

Specified by:
isEqual in interface IPropertySet
Parameters:
propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Returns:
The isEqual
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeProperty

public void removeProperty(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
Removes a property from the set.

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

getCountX

public int getCountX(java.lang.String name)
              throws java.io.IOException,
                     AutomationException
Number of occurrances of an element in the metadata.

Specified by:
getCountX in interface IXmlPropertySet
Specified by:
getCountX in interface IXmlPropertySet2
Parameters:
name - The name (in)
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPropertiesByAttribute

public void getPropertiesByAttribute(java.lang.String attribute,
                                     java.lang.String value,
                                     boolean noValues,
                                     java.lang.Object[] tags,
                                     java.lang.Object[] values)
                              throws java.io.IOException,
                                     AutomationException
Returns the set of names and values for elements which have the specified attribute value.

Specified by:
getPropertiesByAttribute in interface IXmlPropertySet
Specified by:
getPropertiesByAttribute in interface IXmlPropertySet2
Parameters:
attribute - The attribute (in)
value - The value (in)
noValues - The noValues (in)
tags - A Variant (out: use single element array)
values - A Variant (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertyX

public void setPropertyX(java.lang.String name,
                         java.lang.Object value,
                         int propType,
                         int action,
                         boolean syncing)
                  throws java.io.IOException,
                         AutomationException
Sets the value of the specified element.

Specified by:
setPropertyX in interface IXmlPropertySet
Specified by:
setPropertyX in interface IXmlPropertySet2
Parameters:
name - The name (in)
value - A Variant (in)
propType - A com.esri.arcgis.geodatabase.esriXmlPropertyType constant (in)
action - A com.esri.arcgis.geodatabase.esriXmlSetPropertyAction constant (in)
syncing - The syncing (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteProperty

public void deleteProperty(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
Deletes the specified elements.

Specified by:
deleteProperty in interface IXmlPropertySet
Specified by:
deleteProperty in interface IXmlPropertySet2
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deletePropertyByAttribute

public void deletePropertyByAttribute(java.lang.String attribute,
                                      java.lang.String value,
                                      boolean deleteParent)
                               throws java.io.IOException,
                                      AutomationException
Deletes the elements which have the specified attribute value.

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

simpleGetProperty

public java.lang.String simpleGetProperty(java.lang.String name)
                                   throws java.io.IOException,
                                          AutomationException
The values of the specified property.

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

saveAsFile

public void saveAsFile(java.lang.String xslPath,
                       java.lang.String header,
                       boolean outputANSI,
                       java.lang.String[] outPath)
                throws java.io.IOException,
                       AutomationException
Transforms the metadata using an XSL stylesheet if specified, writes out the header if specified, and saves it in a file.

Specified by:
saveAsFile in interface IXmlPropertySet
Specified by:
saveAsFile in interface IXmlPropertySet2
Parameters:
xslPath - The xslPath (in)
header - The header (in)
outputANSI - The outputANSI (in)
outPath - The outPath (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isNew

public boolean isNew()
              throws java.io.IOException,
                     AutomationException
Indicates if a new XmlPropertySet was created on retrieving the metadata.

Specified by:
isNew in interface IXmlPropertySet
Specified by:
isNew in interface IXmlPropertySet2
Returns:
The isNew
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAttribute

public void setAttribute(java.lang.String name,
                         java.lang.String attribute,
                         java.lang.Object value,
                         int action)
                  throws java.io.IOException,
                         AutomationException
Sets the attribute of the specified element.

Specified by:
setAttribute in interface IXmlPropertySet
Specified by:
setAttribute in interface IXmlPropertySet2
Parameters:
name - The name (in)
attribute - The attribute (in)
value - A Variant (in)
action - A com.esri.arcgis.geodatabase.esriXmlSetPropertyAction constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

transformImages

public void transformImages(java.lang.String path,
                            java.lang.Object[] fileNames)
                     throws java.io.IOException,
                            AutomationException
Transforms encoded thumbnail and image enclosures to files and links them into the metadata.

Specified by:
transformImages in interface IXmlPropertySet
Specified by:
transformImages in interface IXmlPropertySet2
Parameters:
path - The path (in)
fileNames - A Variant (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

initExisting

public void initExisting()
                  throws java.io.IOException,
                         AutomationException
Initializes an XmlPropertySet and adds the Esri group of elements.

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

initGeneric

public void initGeneric(java.lang.String rootName)
                 throws java.io.IOException,
                        AutomationException
Initializes an XmlPropertySet without adding the Esri group of elements.

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

getXml

public java.lang.String getXml(java.lang.String name)
                        throws java.io.IOException,
                               AutomationException
Returns the XML corresponding to the specified element as a string.

Specified by:
getXml in interface IXmlPropertySet2
Parameters:
name - The name (in)
Returns:
The xml
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setXml

public void setXml(java.lang.String xml)
            throws java.io.IOException,
                   AutomationException
Replaces existing metadata with the content defined in the XML.

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

deletePropertyByNameAndAttribute

public void deletePropertyByNameAndAttribute(java.lang.String name,
                                             java.lang.String attribute,
                                             java.lang.String value,
                                             boolean deleteParent)
                                      throws java.io.IOException,
                                             AutomationException
Deletes the specified elements which have the specified attribute value.

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

getAttribute

public void getAttribute(java.lang.String name,
                         java.lang.String attribute,
                         java.lang.Object[] value)
                  throws java.io.IOException,
                         AutomationException
Returns the set of values for the specified attribute from the specified elements.

Specified by:
getAttribute in interface IXmlPropertySet2
Parameters:
name - The name (in)
attribute - The attribute (in)
value - A Variant (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOverwriteSyncAttribute

public void setOverwriteSyncAttribute(boolean overwriteSyncAttributes)
                               throws java.io.IOException,
                                      AutomationException
Indicates if the Sync attribute will be ignored when setting an element's value.

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

isOverwriteSyncAttribute

public boolean isOverwriteSyncAttribute()
                                 throws java.io.IOException,
                                        AutomationException
Indicates if the Sync attribute will be ignored when setting an element's value.

Specified by:
isOverwriteSyncAttribute in interface IXmlPropertySet2
Returns:
The overwriteSyncAttributes
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

interfaceSupportsErrorInfo

public void interfaceSupportsErrorInfo(GUID riid)
                                throws java.io.IOException,
                                       AutomationException
interfaceSupportsErrorInfo

Specified by:
interfaceSupportsErrorInfo in interface ISupportErrorInfo
Parameters:
riid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

esri_clone

public IClone esri_clone()
                  throws java.io.IOException,
                         AutomationException
Clones the receiver and assigns the result to *clone.

Specified by:
esri_clone in interface IClone
Returns:
A reference to a com.esri.arcgis.system.IClone
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

assign

public void assign(IClone src)
            throws java.io.IOException,
                   AutomationException
Assigns the properties of src to the receiver.

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

isEqual

public boolean isEqual(IClone other)
                throws java.io.IOException,
                       AutomationException
Indicates if the receiver and other have the same properties.

Specified by:
isEqual in interface IClone
Parameters:
other - A reference to a com.esri.arcgis.system.IClone (in)
Returns:
The equal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isIdentical

public boolean isIdentical(IClone other)
                    throws java.io.IOException,
                           AutomationException
Indicates if the receiver and other are the same object.

Specified by:
isIdentical in interface IClone
Parameters:
other - A reference to a com.esri.arcgis.system.IClone (in)
Returns:
The identical
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

serialize

public void serialize(IXMLSerializeData data)
               throws java.io.IOException,
                      AutomationException
Serializes an object to XML.

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

deserialize

public void deserialize(IXMLSerializeData data)
                 throws java.io.IOException,
                        AutomationException
Deserializes an object from XML.

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