|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void parseSortBy(OperationContext context, Node sortByNode, XPath xpath) throws OwsException, XPathExpressionException
context
- the operation contextsortByNode
- the ogc:SortBy 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 |