public class FuncDocument extends Function2Args
Constructor and Description |
---|
FuncDocument() |
Modifier and Type | Method and Description |
---|---|
void |
checkNumberArgs(int argNum)
Overide the superclass method to allow one or two arguments.
|
void |
error(XPathContext xctxt,
String msg,
Object[] args)
Tell the user of an error, and probably throw an
exception.
|
XObject |
execute(XPathContext xctxt)
Execute the function.
|
boolean |
isNodesetExpr()
Tell if the expression is a nodeset expression.
|
protected void |
reportWrongNumberArgs()
Constructs and throws a WrongNumberArgException with the appropriate
message for this function object.
|
void |
warn(XPathContext xctxt,
String msg,
Object[] args)
Warn the user of a problem.
|
callArgVisitors, canTraverseOutsideSubtree, deepEquals, fixupVariables, getArg1, setArg
getArg0, getExpression, setExpression
callVisitors, postCompileStep
asIterator, asIteratorRaw, asNode, assertion, bool, execute, execute, execute, executeCharsToContentHandler, exprAddChild, exprGetChild, exprGetNumChildren, exprGetParent, exprSetParent, getColumnNumber, getExpressionOwner, getLineNumber, getPublicId, getSystemId, isSameClass, isStableNumber, num, xstr
public XObject execute(XPathContext xctxt) throws TransformerException
execute
in class Function
xctxt
- The current execution context.TransformerException
public void error(XPathContext xctxt, String msg, Object[] args) throws TransformerException
error
in class Expression
xctxt
- The XPath runtime state.msg
- The error message keyargs
- Arguments to be used in the error messageXSLProcessorException
- thrown if the active ProblemListener and XPathContext decide
the error condition is severe enough to halt processing.TransformerException
public void warn(XPathContext xctxt, String msg, Object[] args) throws TransformerException
warn
in class Expression
xctxt
- The XPath runtime state.msg
- Warning message keyargs
- Arguments to be used in the warning messageXSLProcessorException
- thrown if the active ProblemListener and XPathContext decide
the error condition is severe enough to halt processing.TransformerException
public void checkNumberArgs(int argNum) throws WrongNumberArgsException
checkNumberArgs
in class Function2Args
argNum
- Number of arguments passed in to this functionWrongNumberArgsException
protected void reportWrongNumberArgs() throws WrongNumberArgsException
reportWrongNumberArgs
in class Function2Args
WrongNumberArgsException
public boolean isNodesetExpr()
isNodesetExpr
in class Expression
Copyright © 2017 JBoss by Red Hat. All rights reserved.