|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.xpath.Expression
org.apache.xpath.functions.Function
org.apache.xpath.functions.FunctionOneArg
org.apache.xpath.functions.Function2Args
org.apache.xpath.functions.Function3Args
com.canoo.webtest.engine.xpath.MatchesFunction
public class MatchesFunction
This function should work as the matches function defined by
XPath 2.
This implementation is provided as long as this is not natively available in Xalan.
This function is available under the name "wt:matches".
| Constructor Summary | |
|---|---|
MatchesFunction()
|
|
| Method Summary | |
|---|---|
void |
checkNumberArgs(int _argNum)
|
org.apache.xpath.objects.XObject |
execute(org.apache.xpath.XPathContext xctxt)
|
| Methods inherited from class org.apache.xpath.functions.Function3Args |
|---|
callArgVisitors, canTraverseOutsideSubtree, deepEquals, fixupVariables, getArg2, reportWrongNumberArgs, setArg |
| Methods inherited from class org.apache.xpath.functions.Function2Args |
|---|
getArg1 |
| Methods inherited from class org.apache.xpath.functions.FunctionOneArg |
|---|
getArg0, getExpression, setExpression |
| Methods inherited from class org.apache.xpath.functions.Function |
|---|
callVisitors, postCompileStep |
| Methods inherited from class org.apache.xpath.Expression |
|---|
asIterator, asIteratorRaw, asNode, assertion, bool, error, execute, execute, execute, executeCharsToContentHandler, exprAddChild, exprGetChild, exprGetNumChildren, exprGetParent, exprSetParent, getColumnNumber, getExpressionOwner, getLineNumber, getPublicId, getSystemId, isNodesetExpr, isSameClass, isStableNumber, num, warn, xstr |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MatchesFunction()
| Method Detail |
|---|
public org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext xctxt)
throws TransformerException
execute in class org.apache.xpath.functions.FunctionTransformerException
public void checkNumberArgs(int _argNum)
throws org.apache.xpath.functions.WrongNumberArgsException
checkNumberArgs in class org.apache.xpath.functions.Function3Argsorg.apache.xpath.functions.WrongNumberArgsException
|
Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||