Modifier and Type | Interface and Description |
---|---|
interface |
NodeFunction<T,Node>
A function applied to nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
SelectorFunction<Node>
Intermediate Interface for
NodeFunction s used in the
FunctionSelector |
class |
TestFunction<Node> |
Modifier and Type | Interface and Description |
---|---|
interface |
NodeSelector<Node>
A node selector takes as argument a KiWiNode and returns a collection of selected
Author: Sebastian Schaffert
|
Modifier and Type | Class and Description |
---|---|
class |
NodeTest<Node>
Node tests take a node as argument and return a boolean if the node matches the test.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldMapping<T,Node>
A field mapping maps a field name to a node selection and transforms it into the appropriate type.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTextFilterFunction<Node> |
class |
ConcatenateFunction<Node>
A node function concatenating a list of nodes interpreted as strings.
|
class |
CountFunction<Node> |
class |
FirstFunction<Node>
Selects the
first node in the argument list. |
class |
LastFunction<Node>
Selects the
last node in the argument list. |
class |
SortFunction<Node>
Allow sorting of the selection passed as first argument.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollFunction<Node> |
class |
FlattenFunction<Node> |
class |
GetFunction<Node> |
class |
SubListFunction<Node> |
Modifier and Type | Class and Description |
---|---|
class |
DateFunction<Node> |
class |
EarliestDateFunction<Node> |
class |
LatestDateFunction<Node> |
Modifier and Type | Class and Description |
---|---|
class |
CleanHtmlFunction<Node>
Function to clean up HTML and remove all script and style elements from the content.
|
class |
CssSelectFunction<KiWiNode> |
class |
HtmlTextFunction<Node> |
Modifier and Type | Class and Description |
---|---|
class |
MathFunction<Node> |
class |
MaxFunction<Node> |
class |
MinFunction<Node> |
class |
RoundFunction<Node> |
class |
SumFunction<Node> |
Modifier and Type | Class and Description |
---|---|
class |
ReplaceFunction<Node>
Apply a
String.replaceAll(String, String) to the passed Nodes. |
class |
StrJoinFunction<Node>
Join the string representation of all provided nodes to a single string literal.
|
class |
StrLeftFunction<Node> |
class |
StrLenFunction<Node> |
class |
StrRightFunction<Node> |
class |
SubstringFunction<Node> |
class |
WordCountFunction<Node> |
Modifier and Type | Class and Description |
---|---|
class |
RemoveXmlTagsFunction<Node> |
class |
XmlTextFunction<Node>
LDPath function that cleans up an XML string, i.e.
|
class |
XmlUnescapeFunction<Node>
LDPath Function to resolve all XML-Entities from the content.
|
class |
XPathFunction<Node>
Execute XPath functions over the content of the selected value.
|
Modifier and Type | Class and Description |
---|---|
class |
Program<Node>
Add file description here!
Author: Sebastian Schaffert
|
Modifier and Type | Class and Description |
---|---|
class |
FunctionSelector<Node>
Apply a function to the collection of nodes passed as argument of the selector.
|
class |
GroupedSelector<Node>
A Group is a complex selector in brackets.
|
class |
IntersectionSelector<Node>
Add file description here!
Author: Sebastian Schaffert
|
class |
PathSelector<Node>
Traverse a path by following several edges in the RDF graph.
|
class |
PropertySelector<Node>
A path definition selecting the value of a property.
|
class |
RecursivePathSelector<Node> |
class |
ReversePropertySelector<Node>
Perform a reverse navigation step over the property wrapped by this selector
|
class |
SelfSelector<Node> |
class |
StringConstantSelector<Node>
Add file description here!
Author: Sebastian Schaffert
|
class |
TestingSelector<Node>
A node selector that wraps a node test around the selection and delegates the selection to another selector.
|
class |
UnionSelector<Node>
Builds the union of two node selectors.
|
class |
WildcardSelector<Node>
A property selector that will match with any property
Author: Sebastian Schaffert
|
Modifier and Type | Class and Description |
---|---|
class |
AndTest<Node>
Tests the conjunction of two tests.
|
class |
ComplexTest<Node> |
class |
FunctionTest<Node> |
class |
IsATest<Node>
Shortcut for
PathEqualityTest with the property http://www.w3.org/1999/02/22-rdf-syntax-ns#type |
class |
LiteralLanguageTest<Node>
Tests if the language of the literal node matches the language configured for the test.
|
class |
LiteralTypeTest<Node>
Literal type tests allow to select only literals of a specified type, e.g.
|
class |
NotTest<Node> |
class |
OrTest<Node>
Tests the disjunction of two tests.
|
class |
PathEqualityTest<Node>
Checks whether a path selector contains a certain node.
|
class |
PathTest<Node>
Tests whether the path given as argument for the constructor yields at least one node when evaluated
from the context node to which the test is applied.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryNumericTest<Node> |
class |
EqualTest<Node> |
class |
GreaterEqualTest<Node> |
class |
GreaterThanTest<Node> |
class |
LessEqualTest<Node> |
class |
LessThanTest<Node> |
class |
NotEqualTest<Node> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBinaryStringTest<Node>
Abstract base class for binary string tests.
|
class |
AbstractStringTest<Node>
Abstract base class for LDPath Test functions that work on the string representation of nodes.
|
class |
StringContainsTest<Node>
Check if one string is contained within an other.
|
class |
StringEndsWithTest<Node>
Check if one string ends with the other.
|
class |
StringEqualsIC<Node>
Check two strings for equality, ignoring case considerations.
|
class |
StringEqualsTest<Node>
Check two strings for equality.
|
class |
StringIsEmptyTest<Node>
LDPath test function to check if the string representation of an node is empty.
|
class |
StringStartsWithTest<Node>
Check if one string starts with the other.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoRegisteredLDPathFunction
Superclass of all LMF LDPath functions, used for auto-registry of functions provided by modules using
injection.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentFunction
Add file description here!
Author: Sebastian Schaffert
|
class |
JsoupFunction |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.