public interface IXMLTypeMapper
extends java.io.Serializable
Description: 'Provides access to members that convert to and from XML to native types.' 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 |
IIDa9a5de92_e3c9_4940_b0f4_6d93cdf2602b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
fromBinary(byte[] value)
Converts a byte array to an XML byte array.
|
java.lang.String |
fromBoolean(boolean value)
Converts a boolean to an XML boolean.
|
java.lang.String |
fromByte(byte value)
Converts a byte to an XML byte.
|
java.lang.String |
fromDate(java.util.Date value)
Converts a date to an XML date.
|
java.lang.String |
fromDouble(double value)
Converts a double to an XML double.
|
java.lang.String |
fromFloat(float value)
Converts a float to an XML float.
|
java.lang.String |
fromInteger(int value)
Converts a long to an XML integer.
|
java.lang.String |
fromShort(short value)
Converts a short to an XML short.
|
byte[] |
toBinary(java.lang.String text)
Converts an XML byte array to a byte array.
|
boolean |
toBoolean(java.lang.String text)
Converts an XML boolean to a boolean.
|
byte |
toByte(java.lang.String text)
Converts an XML byte to a byte.
|
java.util.Date |
toDate(java.lang.String text)
Converts an XML date to a date.
|
double |
toDouble(java.lang.String text)
Converts an XML double to a double.
|
float |
toFloat(java.lang.String text)
Converts an XML float to a float.
|
int |
toInteger(java.lang.String text)
Converts an XML integer to a long.
|
java.lang.Object |
toObject(java.lang.String namespaceURI,
java.lang.String typeName)
Creates an object based on XML type information.
|
short |
toShort(java.lang.String text)
Converts an XML short to a short.
|
static final int IIDa9a5de92_e3c9_4940_b0f4_6d93cdf2602b
static final int xxDummy
static final java.lang.String IID
java.lang.Object toObject(java.lang.String namespaceURI, java.lang.String typeName) throws java.io.IOException, AutomationException
namespaceURI
- The namespaceURI (in)typeName
- The typeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int toInteger(java.lang.String text) throws java.io.IOException, AutomationException
text
- The text (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean toBoolean(java.lang.String text) throws java.io.IOException, AutomationException
text
- The text (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.short toShort(java.lang.String text) throws java.io.IOException, AutomationException
text
- The text (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.byte toByte(java.lang.String text) throws java.io.IOException, AutomationException
text
- The text (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.float toFloat(java.lang.String text) throws java.io.IOException, AutomationException
text
- The text (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double toDouble(java.lang.String text) throws java.io.IOException, AutomationException
text
- The text (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.util.Date toDate(java.lang.String text) throws java.io.IOException, AutomationException
text
- The text (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.byte[] toBinary(java.lang.String text) throws java.io.IOException, AutomationException
text
- The text (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String fromInteger(int value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String fromBoolean(boolean value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String fromShort(short value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String fromByte(byte value) throws java.io.IOException, AutomationException
value
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String fromFloat(float value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String fromDouble(double value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String fromDate(java.util.Date value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String fromBinary(byte[] value) throws java.io.IOException, AutomationException
value
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.