|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IXMLNode
IXMLNode Interface
| Method Summary | |
|---|---|
IEnumNode |
getList(String listName)
Returns a list. |
IXMLNode |
getParent()
Get's the parent record. |
IXMLNode |
getSubNode(String nodeName)
Returns a named sub node. |
String |
getType()
The type or name of the node. |
String |
getValue()
Reads the record value. |
boolean |
readBool(String valueName)
Reads the named boolean attribute on this record. |
GUID |
readGUID(String valueName)
Reads the named GUID attribute on this record. |
int |
readInteger(String valueName)
Reads the named integer attribute on this record. |
double |
readReal(String valueName)
Reads the named real attribute on this record. |
IStream |
readStream(String valueName)
Reads the named stream attribute on this record. |
String |
readString(String valueName)
Reads the named string attribute on this record. |
| Method Detail |
|---|
String getType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getValue()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IXMLNode getSubNode(String nodeName)
throws IOException,
AutomationException
nodeName - The nodeName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumNode getList(String listName)
throws IOException,
AutomationException
listName - The listName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int readInteger(String valueName)
throws IOException,
AutomationException
valueName - The valueName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean readBool(String valueName)
throws IOException,
AutomationException
valueName - The valueName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double readReal(String valueName)
throws IOException,
AutomationException
valueName - The valueName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
GUID readGUID(String valueName)
throws IOException,
AutomationException
valueName - The valueName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String readString(String valueName)
throws IOException,
AutomationException
valueName - The valueName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStream readStream(String valueName)
throws IOException,
AutomationException
valueName - The valueName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IXMLNode getParent()
throws IOException,
AutomationException
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 | ||||||||