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