org.apache.xpath.functions
Class FuncNormalizeSpace
- ExpressionNode, ExpressionOwner, java.io.Serializable, SourceLocator, XPathVisitable
public class FuncNormalizeSpace
Execute the normalize-space() function.
asIterator , asIteratorRaw , asNode , assertion , bool , canTraverseOutsideSubtree , deepEquals , error , execute , execute , execute , execute , executeCharsToContentHandler , exprAddChild , exprGetChild , exprGetNumChildren , exprGetParent , exprSetParent , fixupVariables , getColumnNumber , getExpressionOwner , getLineNumber , getPublicId , getSystemId , isNodesetExpr , isStableNumber , num , warn , xstr |
execute
public XObject execute(XPathContext xctxt)
throws javax.xml.transform.TransformerException
Execute the function. The function must return
a valid object.
- execute in interface Function
xctxt
- The current execution context.
executeCharsToContentHandler
public void executeCharsToContentHandler(XPathContext xctxt,
ContentHandler handler)
throws javax.xml.transform.TransformerException,
org.xml.sax.SAXException
Execute an expression in the XPath runtime context, and return the
result of the expression.
- executeCharsToContentHandler in interface Expression
xctxt
- The XPath runtime context.
Copyright B) 2005 Apache XML Project. All Rights Reserved.