|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectat.newmedialab.ldpath.model.functions.CssSelectFunction<KiWiNode>
public class CssSelectFunction<KiWiNode>
| Constructor Summary | |
|---|---|
CssSelectFunction()
|
|
| Method Summary | |
|---|---|
Collection<KiWiNode> |
apply(RDFBackend<KiWiNode> rdfBackend,
KiWiNode context,
Collection<KiWiNode>... args)
Apply the function to the list of nodes passed as arguments and return the result as type T. |
String |
getDescription()
A short human-readable description of what the node function does. |
String |
getPathExpression(RDFBackend<KiWiNode> backend)
Return the name of the NodeFunction for registration in the function registry |
String |
getSignature()
A string describing the signature of this node function, e.g. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CssSelectFunction()
| Method Detail |
|---|
public Collection<KiWiNode> apply(RDFBackend<KiWiNode> rdfBackend,
KiWiNode context,
Collection<KiWiNode>... args)
throws IllegalArgumentException
apply in interface NodeFunction<Collection<KiWiNode>,KiWiNode>args - a nested list of KiWiNodes
IllegalArgumentExceptionpublic String getPathExpression(RDFBackend<KiWiNode> backend)
getPathExpression in interface LDPathConstruct<KiWiNode>backend -
public String getSignature()
getSignature in interface NodeFunction<Collection<KiWiNode>,KiWiNode>public String getDescription()
getDescription in interface NodeFunction<Collection<KiWiNode>,KiWiNode>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||