net.sf.saxon.functions

Class Reverse

public class Reverse extends SystemFunction

Implement XPath function fn:reverse()
Method Summary
intcomputeSpecialProperties()
booleaneffectiveBooleanValue(XPathContext context)
ItemTypegetItemType(TypeHierarchy th)
Determine the item type of the value returned by the function
SequenceIteratoriterate(XPathContext context)

Method Detail

computeSpecialProperties

public int computeSpecialProperties()

effectiveBooleanValue

public boolean effectiveBooleanValue(XPathContext context)

getItemType

public ItemType getItemType(TypeHierarchy th)
Determine the item type of the value returned by the function

Parameters: th the type hierarchy cache

iterate

public SequenceIterator iterate(XPathContext context)