| org.apache.xpath.functions.Function org.apache.xpath.functions.FuncPosition
FuncPosition | public class FuncPosition extends Function (Code) | | Execute the Position() function.
|
serialVersionUID | final static long serialVersionUID(Code) | | |
fixupVariables | public void fixupVariables(java.util.Vector vars, int globalsSize)(Code) | | No arguments to process, so this does nothing.
|
getPositionInContextNodeList | public int getPositionInContextNodeList(XPathContext xctxt)(Code) | | Get the position in the current context node list.
Parameters: xctxt - Runtime XPath context. The current position of the itteration in the context node list, or -1 if there is no active context node list. |
postCompileStep | public void postCompileStep(Compiler compiler)(Code) | | Figure out if we're executing a toplevel expression.
If so, we can't be inside of a predicate.
|
Fields inherited from org.apache.xpath.functions.Function | final static long serialVersionUID(Code)(Java Doc)
|
|
|