Package org.htmlunit.xpath.functions
Class FuncNormalizeSpace
- java.lang.Object
-
- org.htmlunit.xpath.Expression
-
- org.htmlunit.xpath.functions.Function
-
- org.htmlunit.xpath.functions.FunctionOneArg
-
- org.htmlunit.xpath.functions.FunctionDef1Arg
-
- org.htmlunit.xpath.functions.FuncNormalizeSpace
-
- All Implemented Interfaces:
javax.xml.transform.SourceLocator
,ExpressionNode
,XPathVisitable
public class FuncNormalizeSpace extends FunctionDef1Arg
Execute the normalize-space() function.
-
-
Field Summary
-
Fields inherited from class org.htmlunit.xpath.functions.FunctionOneArg
m_arg0
-
-
Constructor Summary
Constructors Constructor Description FuncNormalizeSpace()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XObject
execute(XPathContext xctxt)
Execute an expression in the XPath runtime context, and return the result of the expression.-
Methods inherited from class org.htmlunit.xpath.functions.FunctionDef1Arg
canTraverseOutsideSubtree, checkNumberArgs, getArg0AsNode, getArg0AsNumber, getArg0AsString, reportWrongNumberArgs
-
Methods inherited from class org.htmlunit.xpath.functions.FunctionOneArg
callArgVisitors, deepEquals, setArg
-
Methods inherited from class org.htmlunit.xpath.functions.Function
callVisitors, postCompileStep
-
Methods inherited from class org.htmlunit.xpath.Expression
asIterator, asNode, assertion, bool, error, execute, execute, execute, exprGetParent, exprSetParent, getColumnNumber, getExpressionOwner, getLineNumber, getPublicId, getSystemId, isSameClass, isStableNumber, num
-
-
-
-
Method Detail
-
execute
public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException
Execute an expression in the XPath runtime context, and return the result of the expression.
-
-