Modifier and Type | Field and Description |
---|---|
pack-priv static final long |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | checkNumberArgs(int
The number of arguments that is being passed to the function. argNum)Overrides com. Check that the number of arguments passed to this function is correct. |
public XObject | Returns: A valid XObject.The current execution context. xctxt)Overrides com. Execute the function. |
protected void | reportWrongNumberArgs()
Overrides com. Constructs and throws a WrongNumberArgException with the appropriate message for this function object. |
serialVersionUID | back to summary |
---|---|
pack-priv static final long serialVersionUID Hides com. |
FuncConcat | back to summary |
---|---|
public FuncConcat() |
checkNumberArgs | back to summary |
---|---|
public void checkNumberArgs(int argNum) throws WrongNumberArgsException Overrides com. Check that the number of arguments passed to this function is correct.
|
execute | back to summary |
---|---|
public XObject execute(XPathContext xctxt) throws TransformerException Overrides com. Execute the function. The function must return a valid object.
|
reportWrongNumberArgs | back to summary |
---|---|
protected void reportWrongNumberArgs() throws WrongNumberArgsException Overrides com. Constructs and throws a WrongNumberArgException with the appropriate message for this function object. |