Uses of Class
org.apache.jena.cdt.CDTKey
Package
Description
-
Uses of CDTKey in org.apache.jena.cdt
Modifier and TypeMethodDescriptionstatic CDTKey
CDTFactory.createKey
(org.apache.jena.graph.Node n) Modifier and TypeMethodDescriptionCompositeDatatypeMap.getValue
(org.apache.jena.graph.impl.LiteralLabel lit) Assumes that the datatype of the given literal is cdt:Map.ParserForCDTLiterals.parseMapLiteral
(Reader reader) ParserForCDTLiterals.parseMapLiteral
(String lex) ParserForCDTLiterals.parseMapLiteral
(ParserProfile pp, Reader reader) ParserForCDTLiterals.parseMapLiteral
(ParserProfile pp, String lex) Modifier and TypeMethodDescriptionstatic CDTValue
CDTFactory.createValue
(Map<CDTKey, CDTValue> m) CompositeDatatypeMap.unparseValue
(Map<CDTKey, CDTValue> map) -
Uses of CDTKey in org.apache.jena.cdt.parser
-
Uses of CDTKey in org.apache.jena.sparql.function.library.cdt
Modifier and TypeMethodDescriptionCDTLiteralFunctionUtils.checkAndGetMap
(org.apache.jena.graph.Node n) CallsCDTLiteralFunctionUtils.ensureMapLiteral(Node)
first, andCDTLiteralFunctionUtils.getMap(Node)
afterwards.CDTLiteralFunctionUtils.checkAndGetMap
(NodeValue nv) CDTLiteralFunctionUtils.getMap
(org.apache.jena.graph.Node n) Assumes that the given node is a cdt:Map literal and usesCompositeDatatypeMap.getValue(LiteralLabel)
to get the map.Modifier and TypeMethodDescriptionstatic final org.apache.jena.graph.Node
CDTLiteralFunctionUtils.createNode
(Map<CDTKey, CDTValue> map) Creates aNode
with a cdt:Map literal that represents the given map.static final NodeValue
CDTLiteralFunctionUtils.createNodeValue
(Map<CDTKey, CDTValue> map) Creates aNodeValue
with a cdt:Map literal that represents the given map.