public interface IXMLObjectElement
extends java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID77d57dda_e1e3_459a_91d1_192126bc344a |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final int IID77d57dda_e1e3_459a_91d1_192126bc344a
static final int xxDummy
static final java.lang.String IID
void writeXML(IXMLWriter pWriter, IPropertySet environment, IXMLFlags flags, java.lang.String elementName, java.lang.String elementNamespaceURI) throws java.io.IOException, AutomationException
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)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void readXML(IXMLReader pReader, IPropertySet environment, IXMLFlags flags) throws java.io.IOException, AutomationException
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)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.