|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IXmlQuery
Provides access to members that generate XSL Pattern expressions from a query.
| Method Summary | |
|---|---|
void |
buildExpressions()
Creates a set of XSL Pattern expressions from a query. |
String |
getExpression(int index)
The nth expression. |
int |
getNumExpressions()
Number of expressions that were generated. |
boolean |
isAnd()
Indicates if the expressions are ANDed together (as opposed to ORed). |
void |
setIsAnd(boolean isAnd)
Indicates if the expressions are ANDed together (as opposed to ORed). |
| Method Detail |
|---|
void buildExpressions()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getNumExpressions()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getExpression(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAnd()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsAnd(boolean isAnd)
throws IOException,
AutomationException
isAnd - The isAnd (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 | ||||||||