org.apache.xpath.functions
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,
org.xml.sax.ContentHandler handler)
Execute an expression in the XPath runtime context, and return the
result of the expression.
|
Arg0IsNodesetExpr, canTraverseOutsideSubtree, checkNumberArgs
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, isStableNumber, num, warn, xstr
public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException
public void executeCharsToContentHandler(XPathContext xctxt, org.xml.sax.ContentHandler handler) throws javax.xml.transform.TransformerException, org.xml.sax.SAXException
executeCharsToContentHandler
in class Expression
xctxt
- The XPath runtime context.javax.xml.transform.TransformerException
- if a runtime exception
occurs.org.xml.sax.SAXException
Copyright ? 2006 Apache XML Project. All Rights Reserved.