public interface IXMLAttributes
extends java.io.Serializable
Description: 'Provides access to members that control XML attributes.' 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 |
IID3e23a49e_9f66_42d5_9982_5e3e5c0821e0 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(java.lang.String localName,
java.lang.String namespaceURI,
java.lang.String value)
Adds an attribute to the element.
|
void |
deleteAttribute(java.lang.String localName,
java.lang.String namespaceURI)
Deletes an attribute from the element.
|
int |
findAttribute(java.lang.String localName,
java.lang.String namespaceURI)
Finds an attribute by name and namespace.
|
int |
getAttributeCount()
Number of attributes.
|
java.lang.String |
getLocalName(int index)
Name of the attribute.
|
java.lang.String |
getNamespaceURI(int index)
Namespace of the attribute.
|
java.lang.String |
getValue(int index)
Value of the attribute.
|
static final int IID3e23a49e_9f66_42d5_9982_5e3e5c0821e0
static final int xxDummy
static final java.lang.String IID
void addAttribute(java.lang.String localName, java.lang.String namespaceURI, java.lang.String value) throws java.io.IOException, AutomationException
localName
- The localName (in)namespaceURI
- The namespaceURI (in)value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteAttribute(java.lang.String localName, java.lang.String namespaceURI) throws java.io.IOException, AutomationException
localName
- The localName (in)namespaceURI
- The namespaceURI (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int findAttribute(java.lang.String localName, java.lang.String namespaceURI) throws java.io.IOException, AutomationException
localName
- The localName (in)namespaceURI
- The namespaceURI (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getAttributeCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLocalName(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getNamespaceURI(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getValue(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.