Uses of Class
org.apache.jena.cdt.CDTKey
Packages that use CDTKey
Package
Description
-
Uses of CDTKey in org.apache.jena.cdt
Methods in org.apache.jena.cdt that return CDTKeyModifier and TypeMethodDescriptionstatic CDTKey
CDTFactory.createKey
(org.apache.jena.graph.Node n) Methods in org.apache.jena.cdt that return types with arguments of type CDTKeyModifier 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) Method parameters in org.apache.jena.cdt with type arguments of type CDTKeyModifier and TypeMethodDescriptionstatic CDTValue
CDTFactory.createValue
(Map<CDTKey, CDTValue> m) CompositeDatatypeMap.unparseValue
(Map<CDTKey, CDTValue> map) -
Uses of CDTKey in org.apache.jena.cdt.parser
Methods in org.apache.jena.cdt.parser that return CDTKeyMethods in org.apache.jena.cdt.parser that return types with arguments of type CDTKeyMethod parameters in org.apache.jena.cdt.parser with type arguments of type CDTKey -
Uses of CDTKey in org.apache.jena.sparql.function.library.cdt
Methods in org.apache.jena.sparql.function.library.cdt that return types with arguments of type CDTKeyModifier 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.Method parameters in org.apache.jena.sparql.function.library.cdt with type arguments of type CDTKeyModifier 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.