public abstract class AbstractTextFilterFunction<Node> extends SelectorFunction<Node>
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
| Constructor and Description |
|---|
AbstractTextFilterFunction() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Node> |
apply(RDFBackend<Node> rdfBackend,
Node context,
Collection<Node>... args)
Apply the function to the list of nodes passed as arguments and return the result as type T.
|
protected abstract String |
doFilter(String in) |
String |
getSignature()
A string describing the signature of this node function, e.g.
|
getLocalName, getPathExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescriptionpublic Collection<Node> apply(RDFBackend<Node> rdfBackend, Node context, Collection<Node>... args) throws IllegalArgumentException
args - a nested list of KiWiNodescontext - the context of the execution. Same as using the
NodeSelector '.' as parameter.IllegalArgumentExceptionpublic final String getSignature()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.