Esri Geoportal Server
1.0

com.esri.gpt.server.csw.provider.components
Interface IFilterParser

All Known Implementing Classes:
QueryFilterParser

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

parseFilter

void parseFilter(OperationContext context,
                 Node filterNode,
                 XPath xpath)
                 throws OwsException,
                        XPathExpressionException
Parses the ogc:Filter node for an XML based request.

Parameters:
context - the operation context
filterNode - the ogc:Filter node
xpath - an XPath to enable queries (properly configured with name spaces)
Throws:
OwsException - if validation fails
XPathExpressionException - if an XPath related exception occurs

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.