|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IParseNameString
Provides access to members that parse Name strings.
| Method Summary | |
|---|---|
boolean |
canParse(String nameString)
Indicates if the given name string can be parsed by this parser. |
IName |
parse(String nameString)
Parses the name string and returns a new Name object. |
| Method Detail |
|---|
boolean canParse(String nameString)
throws IOException,
AutomationException
Indicates if the given string can be parsed by this parser. Use the CanParse method before using the Parse method.
nameString - The nameString (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IName parse(String nameString)
throws IOException,
AutomationException
Returns a new Name object by parsing the given string. Use the CanParse method first to ensure the string can be parsed.
nameString - The nameString (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 | ||||||||