|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IXMLNamespaces
COM Interface 'IXMLNamespaces'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriSystem.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID032b72dc_e0fb_4bb1_8626_1797e25a72a0
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int IID032b72dc_e0fb_4bb1_8626_1797e25a72a0
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||