|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IXMLAttributes
Provides access to members that control XML attributes.
| Method Summary | |
|---|---|
void |
addAttribute(String localName,
String namespaceURI,
String value)
Adds an attribute to the element. |
void |
deleteAttribute(String localName,
String namespaceURI)
Deletes an attribute from the element. |
int |
findAttribute(String localName,
String namespaceURI)
Finds an attribute by name and namespace. |
int |
getAttributeCount()
Number of attributes. |
String |
getLocalName(int index)
Name of the attribute. |
String |
getNamespaceURI(int index)
Namespace of the attribute. |
String |
getValue(int index)
Value of the attribute. |
| Method Detail |
|---|
void addAttribute(String localName,
String namespaceURI,
String value)
throws IOException,
AutomationException
localName - The localName (in)namespaceURI - The namespaceURI (in)value - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteAttribute(String localName,
String namespaceURI)
throws IOException,
AutomationException
localName - The localName (in)namespaceURI - The namespaceURI (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int findAttribute(String localName,
String namespaceURI)
throws IOException,
AutomationException
localName - The localName (in)namespaceURI - The namespaceURI (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getAttributeCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getLocalName(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.
String getValue(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 | ||||||||