Uses of Class
com.hp.hpl.jena.sparql.util.NodeToLabelMap

Packages that use NodeToLabelMap
com.hp.hpl.jena.sparql.serializer   
com.hp.hpl.jena.sparql.util   
 

Uses of NodeToLabelMap in com.hp.hpl.jena.sparql.serializer
 

Methods in com.hp.hpl.jena.sparql.serializer that return NodeToLabelMap
 NodeToLabelMap SerializationContext.getBNodeMap()
           
 

Methods in com.hp.hpl.jena.sparql.serializer with parameters of type NodeToLabelMap
 void SerializationContext.setBNodeMap(NodeToLabelMap nodeMap)
           
 

Constructors in com.hp.hpl.jena.sparql.serializer with parameters of type NodeToLabelMap
SerializationContext(com.hp.hpl.jena.shared.PrefixMapping prefixMap, NodeToLabelMap bMap)
           
SerializationContext(Prologue prologue, NodeToLabelMap bMap)
           
 

Uses of NodeToLabelMap in com.hp.hpl.jena.sparql.util
 

Subclasses of NodeToLabelMap in com.hp.hpl.jena.sparql.util
 class NodeToLabelMapBNode
           
 



Licenced under the Apache License, Version 2.0