|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ucl.xpath.function.Function
org.ucl.xpath.function.FnData
fn:data takes a sequence of items and returns a sequence of atomic values. The result of fn:data is the sequence of atomic values produced by applying the following rules to each item in $arg: - If the item is an atomic value, it is returned. - If the item is a node, fn:data() returns the typed value of the node as defined by the accessor function dm:typed-value in Section 5.6 typed-value Accessor in the specification.
Field Summary |
Fields inherited from class org.ucl.xpath.function.Function |
_arity, _fl, _name |
Constructor Summary | |
FnData()
Constructor for FnData. |
Method Summary | |
static AnyType |
atomize(AnyType arg)
Atomize argument expression of any type. |
static ResultSequence |
atomize(ResultSequence arg)
Atomize a ResultSequnce argument expression. |
ResultSequence |
evaluate(java.util.Collection args)
Evaluate arguments. |
static void |
fast_atomize(ResultSequence arg)
Atomize a ResultSequnce argument expression. |
Methods inherited from class org.ucl.xpath.function.Function |
arity, convert_argument, convert_arguments, dynamic_context, name, set_function_library, signature, signature, signature, static_context |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FnData()
Method Detail |
public ResultSequence evaluate(java.util.Collection args)
evaluate
in class Function
args
- argument expressions.
public static ResultSequence atomize(ResultSequence arg)
arg
- input expression.
public static void fast_atomize(ResultSequence arg)
arg
- input expression.public static AnyType atomize(AnyType arg)
arg
- input expression.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |