public class FuncNormalizeSpace extends FunctionDef1Arg
Constructor and Description |
---|
FuncNormalizeSpace() |
Modifier and Type | Method and Description |
---|---|
XObject |
execute(XPathContext xctxt)
Execute the function.
|
void |
executeCharsToContentHandler(XPathContext xctxt,
ContentHandler handler)
Execute an expression in the XPath runtime context, and return the
result of the expression.
|
Arg0IsNodesetExpr, canTraverseOutsideSubtree, checkNumberArgs, getArg0AsNode, getArg0AsNumber, getArg0AsString, reportWrongNumberArgs
callArgVisitors, deepEquals, fixupVariables, getArg0, getExpression, setArg, setExpression
callVisitors, postCompileStep
asIterator, asIteratorRaw, asNode, assertion, bool, error, execute, execute, execute, exprAddChild, exprGetChild, exprGetNumChildren, exprGetParent, exprSetParent, getColumnNumber, getExpressionOwner, getLineNumber, getPublicId, getSystemId, isNodesetExpr, isSameClass, isStableNumber, num, warn, xstr
public XObject execute(XPathContext xctxt) throws TransformerException
execute
in class Function
xctxt
- The current execution context.TransformerException
public void executeCharsToContentHandler(XPathContext xctxt, ContentHandler handler) throws TransformerException, SAXException
executeCharsToContentHandler
in class Expression
xctxt
- The XPath runtime context.TransformerException
- if a runtime exception
occurs.SAXException
Copyright © 2017 JBoss by Red Hat. All rights reserved.