|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFilterParser
Interface for parsing the ogc:Filter portion of a CSW request.
| Method Summary | |
|---|---|
void |
parseFilter(OperationContext context,
Node filterNode,
XPath xpath)
Parses the ogc:Filter node for an XML based request. |
| Method Detail |
|---|
void parseFilter(OperationContext context,
Node filterNode,
XPath xpath)
throws OwsException,
XPathExpressionException
context - the operation contextfilterNode - the ogc:Filter nodexpath - an XPath to enable queries (properly configured with name spaces)
OwsException - if validation fails
XPathExpressionException - if an XPath related exception occurs
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||