Frames | No Frames |
Classes derived from gnu.mapping.MethodProc | |
class | A collection of MethodProcs; one is chosen at apply time. |
class | Call a specified method in in a ModuleBody. |
class | A primitive Procedure implemented by a plain Java method. |
Fields of type gnu.mapping.MethodProc | |
MethodProc[] |
Methods with parameter type gnu.mapping.MethodProc | |
void | |
void |
Classes derived from gnu.mapping.MethodProc | |
class | |
class | Map a function over a value sequence, yielding a new sequence. |
Classes derived from gnu.mapping.MethodProc | |
class | Implement 'typeswitch' (as in XQuery) or 'typecase'. |
Methods with return type gnu.mapping.MethodProc | |
MethodProc | Find methods. |
MethodProc | |
MethodProc |
Classes derived from gnu.mapping.MethodProc | |
class | A 0-argument function that returns the current ServletRequest. |
class | A 0-argument function that returns the current ServletResponse. |
Classes derived from gnu.mapping.MethodProc | |
class | Used to implement a ancestor:: step in a path expression. |
class | Used to implement a ancestor-or-self:: step in a path expression. |
class | Used to implement an attribute:: step in a path expression. |
class | |
class | Used to implement a child:: step in a path expression. |
class | |
class | |
class | Used to implement a descendant:: step in a path expression. |
class | Used to implement a descendant-or-self:: step in a path expression. |
class | |
class | Used to implement a following:: step in a path expression. |
class | Used to implement a following-sibling:: step in a path expression. |
class | |
class | A function that maps a List into the sequence of its elements. |
class | |
class | |
class | |
class | |
class | A procedure that implements the "response-header" function. |
class | |
class | A Procedure to create an included entity object, or
set the base-uri property for a document or fragment. |
class | |
class | Used to implement a parent:: step in a path expression. |
class | Used to implement a following:: step in a path expression. |
class | Used to implement a following-sibling:: step in a path expression. |
class | Used to implement a self:: step in a path expression. |
class | Abstract class that scans part of a node tree. |
Methods with parameter type gnu.mapping.MethodProc | |
MethodProc | Return the more specific of the arguments. |
int | Return the index of the most specific method. |
Methods with return type gnu.mapping.MethodProc | |
MethodProc | Return the more specific of the arguments. |
Classes derived from gnu.mapping.MethodProc | |
class |
Classes derived from gnu.mapping.MethodProc | |
class | |
class | A procedure used to represent a FLWOR expression with
an order by clause. |
class | Implements XPath path expression. |
class | Extracts a sub-range from a value sequence. |
class | Used to implement 'some - satisfies' and 'every - satisfies'. |
class |
Classes derived from gnu.mapping.MethodProc | |
class | A Continuation "represents an entire (default) future for the computation. |
Classes derived from gnu.mapping.MethodProc | |
class | Implement the Scheme standard function "call-with-current-continuation". |