org.apache.xpath.functions
public class FuncNormalizeSpace extends FunctionDef1Arg
UNKNOWN: advanced
| Method Summary | |
|---|---|
| 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.
|
Parameters: xctxt The current execution context.
Returns: A valid XObject.
Throws: javax.xml.transform.TransformerException
Parameters: xctxt The XPath runtime context.
Returns: The result of the expression in the form of a XObject.
Throws: javax.xml.transform.TransformerException if a runtime exception occurs.