| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectnet.sf.saxon.expr.Expression
net.sf.saxon.expr.FunctionCall
net.sf.saxon.functions.SystemFunction
net.sf.saxon.functions.CompileTimeFunction
net.sf.saxon.functions.Reverse
public class Reverse
Implement XPath function fn:reverse()
| Field Summary | 
|---|
| Fields inherited from class net.sf.saxon.expr.Expression | 
|---|
EVALUATE_METHOD, ITERATE_METHOD, PROCESS_METHOD | 
| Constructor Summary | |
|---|---|
Reverse()
 | 
|
| Method Summary | |
|---|---|
 Expression | 
simplify(StaticContext env)
Simplify and validate.  | 
| Methods inherited from class net.sf.saxon.functions.CompileTimeFunction | 
|---|
evaluateItem, iterate, preEvaluate | 
| Methods inherited from class net.sf.saxon.functions.SystemFunction | 
|---|
checkArguments, computeCardinality, computeSpecialProperties, display, getDetails, getErrorCodeForTypeErrors, getItemType, main, makeSystemFunction, optimize, setDetails | 
| Methods inherited from class net.sf.saxon.expr.FunctionCall | 
|---|
getArguments, getDisplayName, getFunctionNameCode, getNumberOfArguments, iterateSubExpressions, promote, replaceSubExpression, setArguments, setFunctionNameCode, typeCheck | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Reverse()
| Method Detail | 
|---|
public Expression simplify(StaticContext env)
                    throws XPathException
simplify in class FunctionCallXPathException - if an error is discovered during expression
     rewriting
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||