com.esri.arcgis.system
Interface IXMLNamespaces

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IXMLNamespacesProxy, XMLNamespaces

public interface IXMLNamespaces
extends java.io.Serializable

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

IID032b72dc_e0fb_4bb1_8626_1797e25a72a0

static final int IID032b72dc_e0fb_4bb1_8626_1797e25a72a0
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

addNamespace

void addNamespace(java.lang.String prefix,
                  java.lang.String uri)
                  throws java.io.IOException,
                         AutomationException
Adds a namespace to the element.

Parameters:
prefix - The prefix (in)
uri - The uri (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteNamespace

void deleteNamespace(java.lang.String uri)
                     throws java.io.IOException,
                            AutomationException
Deletes a namespace from the element.

Parameters:
uri - The uri (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNamespaceCount

int getNamespaceCount()
                      throws java.io.IOException,
                             AutomationException
Number of namespaces.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPrefix

java.lang.String getPrefix(int index)
                           throws java.io.IOException,
                                  AutomationException
The namespace prefix for a namespace.

Parameters:
index - The index (in)
Returns:
The prefix
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNamespaceURI

java.lang.String getNamespaceURI(int index)
                                 throws java.io.IOException,
                                        AutomationException
The namespace URI for a namespace.

Parameters:
index - The index (in)
Returns:
The uri
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.