Modifier and Type | Method and Description |
---|---|
Set<SelectorFunction<Node>> |
LDPath.getFunctions()
Return the collection of selector functions registered with this LDPath instance.
|
Modifier and Type | Method and Description |
---|---|
void |
LDPath.registerFunction(SelectorFunction<Node> function)
Register a selector function to be used in LDPath.
|
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 | Field and Description |
---|---|
protected Map<String,SelectorFunction<Node>> |
Configuration.functions
A map from function URIs (e.g.
|
Modifier and Type | Method and Description |
---|---|
SelectorFunction<Node> |
LdPathParser.getFunction(String uri) |
Modifier and Type | Method and Description |
---|---|
Map<String,SelectorFunction<Node>> |
Configuration.getFunctions()
Return an immutable map of the registered functions.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.addFunction(String uri,
SelectorFunction<Node> function)
Add a mapping from a URI to a
SelectorFunction implementation to the configuration. |
void |
LdPathParser.registerFunction(SelectorFunction<Node> function)
Register the function passed as argument in this parser's function map.
|
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 | Method and Description |
---|---|
Set<SelectorFunction<org.openrdf.model.Value>> |
LDPathService.getFunctions()
List all selector functions that are currently registered with LDPath.
|
Modifier and Type | Method and Description |
---|---|
void |
LDPathService.registerFunction(SelectorFunction<org.openrdf.model.Value> function)
Register an LDPath function in this LDPath service.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentFunction
Add file description here!
Author: Sebastian Schaffert
|
class |
JsoupFunction |
Modifier and Type | Method and Description |
---|---|
Set<SelectorFunction<org.openrdf.model.Value>> |
LDPathServiceImpl.getFunctions()
List all selector functions that are currently registered with LDPath.
|
Modifier and Type | Method and Description |
---|---|
void |
LDPathServiceImpl.registerFunction(SelectorFunction<org.openrdf.model.Value> function)
Register an LDPath function in this LDPath service.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.