public class NodeUtils extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
NodeUtils.EqualityTest |
Modifier and Type | Field and Description |
---|---|
static NodeUtils.EqualityTest |
sameTerm |
static NodeUtils.EqualityTest |
sameValue |
Constructor and Description |
---|
NodeUtils() |
Modifier and Type | Method and Description |
---|---|
static Node |
asNode(org.apache.jena.iri.IRI iri) |
static Node |
asNode(String iri) |
static int |
compareRDFTerms(Node node1,
Node node2)
Compare two Nodes, based on their RDF terms forms, not value
|
static Set<Node> |
convertToNodes(Collection<String> uris) |
static boolean |
hasLang(Node node) |
static boolean |
isStringLiteral(Node literal) |
static Iterator<String> |
nodesToURIs(Iterator<Node> iter) |
static String |
stringLiteral(Node literal) |
public static NodeUtils.EqualityTest sameTerm
public static NodeUtils.EqualityTest sameValue
Licenced under the Apache License, Version 2.0