public class StringStartsWithTest<Node> extends AbstractBinaryStringTest<Node>
String.startsWith(String)
AbstractStringTest.ToStringFunction
transformer
Constructor and Description |
---|
StringStartsWithTest() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
A short human-readable description of what the node function does.
|
String |
getLocalName() |
protected boolean |
test(String first,
String second)
Do the test.
|
getArgCount, test
apply, getSignature
getPathExpression
public String getDescription()
NodeFunction
protected boolean test(String first, String second)
AbstractBinaryStringTest
test
in class AbstractBinaryStringTest<Node>
first
- the first (left) argumentsecond
- the second (right) argumentpublic String getLocalName()
getLocalName
in class TestFunction<Node>
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.