public class NodeUtil extends Object
| Constructor and Description |
|---|
NodeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getLocalName(org.apache.jena.graph.Node root)
Find the local name of the URI of a node.
|
static org.apache.jena.graph.Node |
getPropertyValue(org.apache.jena.graph.Node root,
org.apache.jena.graph.Node prop,
org.apache.jena.graph.Graph g)
Find the first value of the given property of the root node.
|
static List<String> |
literalValues(org.apache.jena.graph.Node root,
org.apache.jena.graph.Node[] props,
org.apache.jena.graph.Graph g)
Scans the properties in props testing if root has a value for that property.
|
public static List<String> literalValues(org.apache.jena.graph.Node root, org.apache.jena.graph.Node[] props, org.apache.jena.graph.Graph g)
public static org.apache.jena.graph.Node getPropertyValue(org.apache.jena.graph.Node root,
org.apache.jena.graph.Node prop,
org.apache.jena.graph.Graph g)
public static String getLocalName(org.apache.jena.graph.Node root)
Copyright © 2017. All rights reserved.