| java.lang.Object com.hp.hpl.jena.reasoner.dig.DIGValueToNodeMapper
DIGValueToNodeMapper | public class DIGValueToNodeMapper implements Map1(Code) | |
Mapper to map DIG identifier names and concrete value elements to Jena graph nodes.
author: Ian Dickinson, HP Labs (email) version: CVS $Id: DIGValueToNodeMapper.java,v 1.7 2008/01/02 12:07:11 andy_seaborne Exp $ |
map1 | public Object map1(Object o)(Code) | | Return the node corresponding to the given element; either a literal
node for ival and sval values, or a URI node for named elements.
Parameters: o - An object, expected to be an XML element A node corresponding to the given value |
mapToNode | public Node mapToNode(Object o)(Code) | | Return the node corresponding to the given element; either a literal
node for ival and sval values, or a URI node for named elements.
Parameters: o - An object, expected to be an XML element A node corresponding to the given value |
|
|