|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPathFun | |
---|---|
com.caucho.xpath | Finding and selecting XML nodes using XSL patterns. |
com.caucho.xpath.pattern | |
com.caucho.xsl | The XSLT transformation package. |
com.caucho.xsl.fun |
Uses of XPathFun in com.caucho.xpath |
---|
Methods in com.caucho.xpath that return XPathFun | |
---|---|
XPathFun |
Env.getFunction(java.lang.String name)
Returns the named function. |
XPathFun |
ExprEnvironment.getFunction(java.lang.String name)
Returns the value associated with name. |
Uses of XPathFun in com.caucho.xpath.pattern |
---|
Methods in com.caucho.xpath.pattern that return XPathFun | |
---|---|
XPathFun |
NodeIterator.getFunction(java.lang.String name)
Returns the given variable |
Uses of XPathFun in com.caucho.xsl |
---|
Methods in com.caucho.xsl with parameters of type XPathFun | |
---|---|
protected void |
StylesheetImpl.addFunction(java.lang.String name,
XPathFun fun)
|
void |
TransformerImpl.addFunction(java.lang.String name,
XPathFun fun)
Adds a new custom function. |
Uses of XPathFun in com.caucho.xsl.fun |
---|
Subclasses of XPathFun in com.caucho.xsl.fun | |
---|---|
class |
DocumentFun
The document(...) function. |
class |
ExtensionElementFun
|
class |
ExtensionFunctionFun
|
class |
FormatNumberFun
The format-number(...) function. |
class |
KeyFun
The key(...) function. |
class |
SystemPropertyFun
The system-property(...) function. |
class |
UnparsedEntityFun
The unparsed-entity(...) function. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |