| net.sf.saxon.functions.SystemFunction net.sf.saxon.functions.Subsequence
Subsequence | public class Subsequence extends SystemFunction (Code) | | Implements the XPath 2.0 subsequence() function
|
computeSpecialProperties | public int computeSpecialProperties()(Code) | | Get the static properties of this expression (other than its type). The result is
bit-significant. These properties are used for optimizations. In general, if
property bit is set, it is true, but if it is unset, the value is unknown.
|
getItemType | public ItemType getItemType(TypeHierarchy th)(Code) | | Determine the data type of the items in the sequence
the type of the argument Parameters: th - |
Fields inherited from net.sf.saxon.functions.SystemFunction | protected int operation(Code)(Java Doc)
|
|
|