public class FuncFormatNumb extends Function3Args
| Constructor and Description |
|---|
FuncFormatNumb() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkNumberArgs(int argNum)
Overide the superclass method to allow one or two arguments.
|
XObject |
execute(XPathContext xctxt)
Execute the function.
|
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, getArg2, setArggetArg1getArg0, getExpression, setExpressioncallVisitors, postCompileStepasIterator, asIteratorRaw, asNode, assertion, bool, error, execute, execute, execute, executeCharsToContentHandler, exprAddChild, exprGetChild, exprGetNumChildren, exprGetParent, exprSetParent, getColumnNumber, getExpressionOwner, getLineNumber, getPublicId, getSystemId, isNodesetExpr, isSameClass, isStableNumber, num, xstrpublic XObject execute(XPathContext xctxt) throws TransformerException
execute in class Functionxctxt - The current execution context.TransformerExceptionpublic void warn(XPathContext xctxt, String msg, Object[] args) throws TransformerException
warn in class Expressionxctxt - The XPath runtime state.msg - Warning message keyargs - Arguments to be used in warning messageXSLProcessorException - thrown if the active ProblemListener and XPathContext decide
the error condition is severe enough to halt processing.TransformerExceptionpublic void checkNumberArgs(int argNum)
throws WrongNumberArgsException
checkNumberArgs in class Function3ArgsargNum - Number of arguments passed inWrongNumberArgsExceptionprotected void reportWrongNumberArgs()
throws WrongNumberArgsException
reportWrongNumberArgs in class Function3ArgsWrongNumberArgsExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.