public interface IXMLNamespaces
extends java.io.Serializable
Description: 'Provides access to members that control XML namespaces.' 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 |
IID032b72dc_e0fb_4bb1_8626_1797e25a72a0 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addNamespace(java.lang.String prefix,
java.lang.String uri)
Adds a namespace to the element.
|
void |
deleteNamespace(java.lang.String uri)
Deletes a namespace from the element.
|
int |
getNamespaceCount()
Number of namespaces.
|
java.lang.String |
getNamespaceURI(int index)
The namespace URI for a namespace.
|
java.lang.String |
getPrefix(int index)
The namespace prefix for a namespace.
|
static final int IID032b72dc_e0fb_4bb1_8626_1797e25a72a0
static final int xxDummy
static final java.lang.String IID
void addNamespace(java.lang.String prefix, java.lang.String uri) throws java.io.IOException, AutomationException
prefix
- The prefix (in)uri
- The uri (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteNamespace(java.lang.String uri) throws java.io.IOException, AutomationException
uri
- The uri (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getNamespaceCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getPrefix(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.