Class NodeValueNode

All Implemented Interfaces:
Expr

public class NodeValueNode extends NodeValue
A NodeValue that isn't anything else - unrecognized literals, URIs and blank nodes. Unrecognized literals includes ones with a known type but wrong lexical form
  • Constructor Details

    • NodeValueNode

      public NodeValueNode(org.apache.jena.graph.Node n)
  • Method Details