|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IXMLNamespaces
Provides access to members that control XML namespaces.
| Method Summary | |
|---|---|
void |
addNamespace(String prefix,
String uri)
Adds a namespace to the element. |
void |
deleteNamespace(String uri)
Deletes a namespace from the element. |
int |
getNamespaceCount()
Number of namespaces. |
String |
getNamespaceURI(int index)
The namespace URI for a namespace. |
String |
getPrefix(int index)
The namespace prefix for a namespace. |
| Method Detail |
|---|
void addNamespace(String prefix,
String uri)
throws IOException,
AutomationException
prefix - The prefix (in)uri - The uri (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteNamespace(String uri)
throws IOException,
AutomationException
uri - The uri (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getNamespaceCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getPrefix(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getNamespaceURI(int index)
throws IOException,
AutomationException
index - The index (in)
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 | ||||||||