com.esri.arcgis.system
Interface IXMLObjectElement

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IXMLObjectElementProxy

public interface IXMLObjectElement
extends java.io.Serializable

COM Interface 'IXMLObjectElement'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to members that control writing objects to 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID77d57dda_e1e3_459a_91d1_192126bc344a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void readXML(IXMLReader pReader, IPropertySet environment, IXMLFlags flags)
          Reads the object from XML.
 void writeXML(IXMLWriter pWriter, IPropertySet environment, IXMLFlags flags, java.lang.String elementName, java.lang.String elementNamespaceURI)
          Writes the object to XML.
 

Field Detail

IID77d57dda_e1e3_459a_91d1_192126bc344a

static final int IID77d57dda_e1e3_459a_91d1_192126bc344a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

writeXML

void writeXML(IXMLWriter pWriter,
              IPropertySet environment,
              IXMLFlags flags,
              java.lang.String elementName,
              java.lang.String elementNamespaceURI)
              throws java.io.IOException,
                     AutomationException
Writes the object to XML.

Parameters:
pWriter - A reference to a com.esri.arcgis.system.IXMLWriter (in)
environment - A reference to a com.esri.arcgis.system.IPropertySet (in)
flags - A reference to a com.esri.arcgis.system.IXMLFlags (in)
elementName - The elementName (in)
elementNamespaceURI - The elementNamespaceURI (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

readXML

void readXML(IXMLReader pReader,
             IPropertySet environment,
             IXMLFlags flags)
             throws java.io.IOException,
                    AutomationException
Reads the object from XML.

Parameters:
pReader - A reference to a com.esri.arcgis.system.IXMLReader (in)
environment - A reference to a com.esri.arcgis.system.IPropertySet (in)
flags - A reference to a com.esri.arcgis.system.IXMLFlags (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.