public abstract class AbstractBinaryStringTest<Node> extends AbstractStringTest<Node>
AbstractStringTest.ToStringFunction
transformer
Constructor and Description |
---|
AbstractBinaryStringTest() |
Modifier and Type | Method and Description |
---|---|
protected int |
getArgCount()
Number of (required) arguments this function accepts.
|
protected boolean |
test(AbstractStringTest.ToStringFunction toStringFunction,
Collection<Node>... args) |
protected abstract boolean |
test(String first,
String second)
Do the test.
|
apply, getSignature
getLocalName, getPathExpression
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription
protected boolean test(AbstractStringTest.ToStringFunction toStringFunction, Collection<Node>... args)
test
in class AbstractStringTest<Node>
protected abstract boolean test(String first, String second)
first
- the first (left) argumentsecond
- the second (right) argumentprotected final int getArgCount()
AbstractStringTest
getArgCount
in class AbstractStringTest<Node>
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.