Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
XPathFun |
ExprEnvironment.getFunction(java.lang.String name)
Returns the value associated with name.
|
XPathFun |
Env.getFunction(java.lang.String name)
Returns the named function.
|
Modifier and Type | Method and Description |
---|---|
XPathFun |
NodeIterator.getFunction(java.lang.String name)
Returns the given variable
|
Modifier and Type | Method and Description |
---|---|
void |
TransformerImpl.addFunction(java.lang.String name,
XPathFun fun)
Adds a new custom function.
|
protected void |
StylesheetImpl.addFunction(java.lang.String name,
XPathFun fun) |
Modifier and Type | Class and Description |
---|---|
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.
|