public interface IXMLSerializerAlt
extends java.io.Serializable
Description: 'Provides access to load an object from an XML string.' 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 |
IID4deb2c9d_2162_4443_908e_25b6cb7fb6df |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
loadFromString(java.lang.String xML,
java.lang.String typeName,
java.lang.String typeNamespaceURI)
Loads an object from an XML string.
|
static final int IID4deb2c9d_2162_4443_908e_25b6cb7fb6df
static final int xxDummy
static final java.lang.String IID
java.lang.Object loadFromString(java.lang.String xML, java.lang.String typeName, java.lang.String typeNamespaceURI) throws java.io.IOException, AutomationException
xML
- The xML (in)typeName
- The typeName (in)typeNamespaceURI
- The typeNamespaceURI (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.