Uses of Class
se.kb.oai.ore.ResourceMap

Packages that use ResourceMap
se.kb.oai.ore   
se.kb.oai.ore.impl   
 

Uses of ResourceMap in se.kb.oai.ore
 

Methods in se.kb.oai.ore that return ResourceMap
 ResourceMap ResourceMapFactory.getResourceMap(Element root)
          Parse the XML and create a ResourceMap from it.
 ResourceMap ResourceMapFactory.getResourceMap(String url)
          Parse the content of the URL and create a ResourceMap from it.
 ResourceMap ResourceMapFactory.getResourceMap(URL url)
          Parse the content of the URL and create a ResourceMap from it.
 ResourceMap ResourceMapFactory.newResourceMap(String uri)
          Create a new ResourceMap with this id.
 ResourceMap ResourceMapFactory.newResourceMap(URI uri)
          Create a new ResourceMap with this id.
 

Methods in se.kb.oai.ore with parameters of type ResourceMap
 void ResourceMapSerializer.serializeToFile(File file, ResourceMap map)
          Serialize the resource map to the given file.
 String ResourceMapSerializer.serializeToString(ResourceMap map)
          Serialize the resource map and return it as a String.
 Element ResourceMapSerializer.serializeToXml(ResourceMap map)
          Serialize the resource map into XML.
 

Uses of ResourceMap in se.kb.oai.ore.impl
 

Methods in se.kb.oai.ore.impl that return ResourceMap
abstract  ResourceMap FactoryBase.getResourceMap(Element root)
           
 ResourceMap AtomFactory.getResourceMap(Element feed)
           
 ResourceMap FactoryBase.getResourceMap(String url)
           
 ResourceMap FactoryBase.getResourceMap(URL url)
           
 ResourceMap FactoryBase.newResourceMap(String uri)
           
 ResourceMap FactoryBase.newResourceMap(URI uri)
           
 

Methods in se.kb.oai.ore.impl with parameters of type ResourceMap
 void SerializerBase.serializeToFile(File file, ResourceMap map)
           
 String SerializerBase.serializeToString(ResourceMap map)
           
abstract  Element SerializerBase.serializeToXml(ResourceMap map)
           
 Element AtomSerializer.serializeToXml(ResourceMap map)
           
 



Copyright © 2008. All Rights Reserved.