Deprecated API


Contents
Deprecated Interfaces
com.hp.hpl.jena.rdf.model.ResourceF
           
 

Deprecated Fields
com.hp.hpl.jena.rdf.arp.ARPErrorNumbers.ERR_ABOUTEACH_NOT_TOPLEVEL
          No longer occurs. Any use of rdf:aboutEach is a syntax error. 
com.hp.hpl.jena.rdf.arp.ARPErrorNumbers.ERR_INTERNAL_ERROR
          No longer used. 
com.hp.hpl.jena.rdf.arp.ARPErrorNumbers.ERR_STRING_NOT_NORMAL_FORM_C
          See 2nd Last Call docs * (E207). 
com.hp.hpl.jena.rdf.arp.ARPErrorNumbers.ERR_UNABLE_TO_RECOVER
          Not used. 
com.hp.hpl.jena.rdf.arp.ARPErrorNumbers.ERR_URI_NOT_NORMAL_FORM_C
          WG decision on williams-01. 
com.hp.hpl.jena.util.ModelLoader.langN3
          Use FileUtils.langN3 
com.hp.hpl.jena.util.ModelLoader.langNTriple
          Use FileUtils.langNTriple 
com.hp.hpl.jena.util.ModelLoader.langXML
          Use FileUtils.FileUtils.langXML 
com.hp.hpl.jena.util.ModelLoader.langXMLAbbrev
          Use FileUtils.langXMLAbbrev 
com.hp.hpl.jena.Jena.MAJOR_VERSION
          See the VERSION constant 
com.hp.hpl.jena.Jena.MINOR_VERSION
          See the VERSION constant 
com.hp.hpl.jena.Jena.REVISION_VERSION
          See the VERSION constant 
com.hp.hpl.jena.Jena.VERSION_STATUS
          See the VERSION constant 
com.hp.hpl.jena.rdf.arp.ARPErrorNumbers.WARN_BAD_XML
            
com.hp.hpl.jena.rdf.arp.ARPErrorNumbers.WARN_LEGAL_REUSE_OF_ID
          Last supported in Jena 2.1 - too expensive. 
com.hp.hpl.jena.rdf.arp.ARPErrorNumbers.WARN_MINOR_INTERNAL_ERROR
          No longer used. 
com.hp.hpl.jena.rdf.arp.ARPErrorNumbers.WARN_QNAME_AS_ID
          Superceded by the more general ARPErrorNumbers.WARN_BAD_NAME 
com.hp.hpl.jena.rdf.arp.ARPErrorNumbers.WARN_URI_COMPOSING_CHAR
          WG decision on williams-01. 
com.hp.hpl.jena.rdf.arp.ARPErrorNumbers.WARN_XMLBASE_MISSING
          ARPErrorNumbers.IGN_NO_BASE_URI_SPECIFIED 
 

Deprecated Methods
com.hp.hpl.jena.rdf.model.ModelCon.addLiteral(Resource, Property, Object)
          Freshly (should have been done a while ago) 
com.hp.hpl.jena.rdf.model.ModelCon.createResource(ResourceF)
           
com.hp.hpl.jena.rdf.model.ModelCon.createResource(String, ResourceF)
           
com.hp.hpl.jena.util.FileUtils.encodeFileName(String)
          Broken: use toURL() 
com.hp.hpl.jena.rdf.model.Alt.getDefaultResource(ResourceF)
           
com.hp.hpl.jena.ontology.OntModel.getModelMaker()
          use getImportModelMaker instead for consistency with name changes to OntModelSpec to avoid ambiguity with base vs import makers. 
com.hp.hpl.jena.rdf.model.Seq.getResource(int, ResourceF)
           
com.hp.hpl.jena.rdf.model.Statement.getResource(ResourceF)
           
com.hp.hpl.jena.rdf.model.ModelCon.getResource(String, ResourceF)
           
com.hp.hpl.jena.util.ModelLoader.guessLang(String)
          Use FileUtils.guessLang 
com.hp.hpl.jena.util.ModelLoader.guessLang(String, String)
          Use FileUtils.guessLang 
com.hp.hpl.jena.ontology.OntModel.listImportedModels()
          This method has been re-named to listSubModels, but note that to obtain the same behaviour as listImportedModels from Jena 2.4 and earlier, callers should invoke OntModel.listSubModels(boolean) with parameter true. 
com.hp.hpl.jena.util.ModelLoader.loadModel(Model, String)
          Use FileManager.get().readModel(model, urlStr) instead 
com.hp.hpl.jena.util.ModelLoader.loadModel(Model, String, String)
          Use FileManager.get().readModel(model, urlStr, lang) instead 
com.hp.hpl.jena.util.ModelLoader.loadModel(String)
          Use FileManager.get().loadModel(urlStr) 
com.hp.hpl.jena.util.ModelLoader.loadModel(String, String)
          Use FileManager.get().loadModel(urlStr, lang) 
com.hp.hpl.jena.util.FileManager.remap(String)
          Use mapURI 
com.hp.hpl.jena.rdf.model.RDFList.removeAll()
          Replaced by RDFList.removeList() 
com.hp.hpl.jena.util.FileManager.setMapper(LocationMapper)
          Use setLocationMapper 
 

Deprecated Constructors
com.hp.hpl.jena.graph.query.SimpleQueryEngine(NamedTripleBunches, TripleSorter, ExpressionSet)
          NamedTripleBunches are not supported. Use SimpleQueryEngine ( List, TripleSorter, ExpressionSet ) instead. 
 



Licenced under the Apache License, Version 2.0