Esri Geoportal Server
1.0

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

All Known Implementing Classes:
SortByParser

public interface ISortByParser

Interface for parsing the ogc:SortBy portion of a CSW request.


Method Summary
 void parseSortBy(OperationContext context, Node sortByNode, XPath xpath)
          Parses the ogc:SortBy node for an XML based request.
 

Method Detail

parseSortBy

void parseSortBy(OperationContext context,
                 Node sortByNode,
                 XPath xpath)
                 throws OwsException,
                        XPathExpressionException
Parses the ogc:SortBy node for an XML based request.

Parameters:
context - the operation context
sortByNode - the ogc:SortBy 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.