|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jclark.xsl.expr.Function0
com.jclark.xsl.expr.CurrentFunction
class CurrentFunction
Represents the XSLT Function: node-set current() The current function returns a node-set that has the current node as its only member. For an outermost expression (an expression not occurring within another expression), the current node is always the same as the context node. Thus,
Constructor Summary | |
---|---|
CurrentFunction()
|
Method Summary | |
---|---|
(package private) ConvertibleExpr |
makeCallExpr()
|
Methods inherited from class com.jclark.xsl.expr.Function0 |
---|
makeCallExpr |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
CurrentFunction()
Method Detail |
---|
ConvertibleExpr makeCallExpr()
makeCallExpr
in class Function0
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |