Uses of Interface
net.ontopia.infoset.core.LocatorIF

Packages that use LocatorIF
net.ontopia.infoset.core Interfaces for working with information resources and locators that refer to information resources. 
net.ontopia.infoset.impl.basic The in-memory implementation of the core information set interfaces. 
net.ontopia.topicmaps.core Provides interfaces for topic map objects; the topic map API for all Ontopia topic map implementations. 
net.ontopia.topicmaps.core.index Provides interfaces for the engine's index system; the API for Ontopia topic map indexes. 
net.ontopia.topicmaps.db2tm The implementation of and public API to the DB2TM module for converting relational data (in CSV files or RDBMSs) to Topic Maps. 
net.ontopia.topicmaps.entry High level interfaces for locating and maintaining references to topic maps. 
net.ontopia.topicmaps.impl.basic The in-memory implementation of the core topic map interfaces. 
net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces. 
net.ontopia.topicmaps.query.core Contains the interfaces through which interaction with query processors, queries, and query results are done. 
net.ontopia.topicmaps.query.utils This package provides query utility classes. 
net.ontopia.topicmaps.schema.core The core interfaces that are common to all schema language implementations. 
net.ontopia.topicmaps.schema.impl.osl The classes and interfaces used to represent constructs in the Ontopia Schema Language. 
net.ontopia.topicmaps.utils This package provides topic map utility classes, which are a toolkit for working with the topic map model provided by the core interfaces. 
net.ontopia.topicmaps.utils.ctm Provides support for the ISO-standardized textual Compact Topic Maps syntax (or CTM) format for topic maps. 
net.ontopia.topicmaps.utils.jtm This package provides support for the JSON Topic Map Notation (or JTM) format for topic maps. 
net.ontopia.topicmaps.utils.ltm This package provides support for the textual Linear Topic Map Notation (or LTM) format for topic maps. 
net.ontopia.topicmaps.utils.rdf This package provides support for RDF (Resource Description Framework), a topic map-like data model for metadata defined by the W3C. 
net.ontopia.topicmaps.xml Classes for importing and exporting topic maps in the XML interchange format. 
net.ontopia.utils Contains utility classes and generic interfaces. 
 

Uses of LocatorIF in net.ontopia.infoset.core
 

Methods in net.ontopia.infoset.core that return LocatorIF
static LocatorIF Locators.getURILocator(java.io.File file)
          PUBLIC: Given a File object, produce a corresponding URILocator that uses the URL scheme.
static LocatorIF Locators.getURILocator(java.lang.String uri)
          PUBLIC: Return a locator created from a uri.
 LocatorIF PreloaderIF.preload(LocatorIF locator)
          INTERNAL: Preloads the resource pointed to by the given locator.
 LocatorIF LocatorIF.resolveAbsolute(java.lang.String address)
          PUBLIC: Given a locator address string that is relative to this locator, return an absolute locator.
 

Methods in net.ontopia.infoset.core with parameters of type LocatorIF
 java.io.Reader LocatorReaderFactoryIF.createReader(LocatorIF locator)
          INTERNAL: Returns a reader that can read the contents of the resource referenced by the locator.
 boolean PreloaderIF.needsPreloading(LocatorIF locator)
          INTERNAL: Can be used to figure out if it is necessary to preload the resource referenced by the locator.
 LocatorIF PreloaderIF.preload(LocatorIF locator)
          INTERNAL: Preloads the resource pointed to by the given locator.
 

Uses of LocatorIF in net.ontopia.infoset.impl.basic
 

Classes in net.ontopia.infoset.impl.basic that implement LocatorIF
 class AbstractLocator
          INTERNAL: The abstract locator class.
 class GenericLocator
          INTERNAL: A generic locator class.
 class URIFragmentLocator
          INTERNAL.
 class URILocator
          PUBLIC: A Uniform Resource Identifier locator.
 

Methods in net.ontopia.infoset.impl.basic that return LocatorIF
 LocatorIF URILocator.resolveAbsolute(java.lang.String rel)
           
 LocatorIF URIFragmentLocator.resolveAbsolute(java.lang.String rel)
           
 LocatorIF GenericLocator.resolveAbsolute(java.lang.String address)
           
 

Uses of LocatorIF in net.ontopia.topicmaps.core
 

Fields in net.ontopia.topicmaps.core declared as LocatorIF
static LocatorIF DataTypes.TYPE_BINARY
          PUBLIC: xsd:base64Binary datatype.
static LocatorIF DataTypes.TYPE_DATE
          PUBLIC: xsd:date datatype.
static LocatorIF DataTypes.TYPE_DATETIME
          PUBLIC: xsd:dateTime datatype.
static LocatorIF DataTypes.TYPE_DECIMAL
          PUBLIC: xsd:decimal datatype.
static LocatorIF DataTypes.TYPE_DOUBLE
          PUBLIC: xsd:double datatype.
static LocatorIF DataTypes.TYPE_FLOAT
          PUBLIC: xsd:float datatype.
static LocatorIF DataTypes.TYPE_INTEGER
          PUBLIC: xsd:integer datatype.
static LocatorIF DataTypes.TYPE_LONG
          PUBLIC: xsd:long datatype.
static LocatorIF DataTypes.TYPE_STRING
          PUBLIC: xsd:string datatype.
static LocatorIF DataTypes.TYPE_URI
          PUBLIC: xsd:anyURI datatype.
static LocatorIF DataTypes.TYPE_XML
          PUBLIC: xsd:anyType datatype.
 

Methods in net.ontopia.topicmaps.core that return LocatorIF
 LocatorIF TopicMapStoreIF.getBaseAddress()
          PUBLIC: Gets a locator of the topic map in the store.
 LocatorIF VariantNameIF.getDataType()
          PUBLIC: Gets the data type of this variant.
 LocatorIF OccurrenceIF.getDataType()
          PUBLIC: Gets the data type of this occurrence.
 LocatorIF VariantNameIF.getLocator()
          PUBLIC: Returns a LocatorIF representation of the variant value.
 LocatorIF OccurrenceIF.getLocator()
          PUBLIC: Returns a LocatorIF representation of the occurrence value.
 

Methods in net.ontopia.topicmaps.core that return types with arguments of type LocatorIF
 java.util.Collection<LocatorIF> TMObjectIF.getItemIdentifiers()
          PUBLIC: Gets the item identifiers of this object.
 java.util.Collection<LocatorIF> TopicIF.getSubjectIdentifiers()
          PUBLIC: Gets the subject identitifers of this topic.
 java.util.Collection<LocatorIF> TopicIF.getSubjectLocators()
          PUBLIC: Gets the subject locators of this topic.
 

Methods in net.ontopia.topicmaps.core with parameters of type LocatorIF
 void TMObjectIF.addItemIdentifier(LocatorIF item_identifier)
          PUBLIC: Adds the given item identifier to the set of item item identifiers for this object.
 void TopicIF.addSubjectIdentifier(LocatorIF subject_identifier)
          PUBLIC: Adds the given subject identifier to the set of subject identifiers for this topic.
 void TopicIF.addSubjectLocator(LocatorIF subject_locator)
          PUBLIC: Adds the given subject locator to the set of subject locators for this topic.
 TMObjectIF TopicMapIF.getObjectByItemIdentifier(LocatorIF locator)
          PUBLIC: Gets the topic map object that has the given item identifier (given as a LocatorIF object), from this topic map.
 TopicIF TopicMapIF.getTopicBySubjectIdentifier(LocatorIF locator)
          PUBLIC: Gets the topic that has the specified subject identifier, given as a locator.
 TopicIF TopicMapIF.getTopicBySubjectLocator(LocatorIF locator)
          PUBLIC: Gets the topic in this topic map that represents the given addressable subject (locator given as a LocatorIF object).
 OccurrenceIF TopicMapBuilderIF.makeOccurrence(TopicIF topic, TopicIF occurs_type, LocatorIF locator)
          PUBLIC: Makes a new external occurrence with the given type and locator for the given topic.
 OccurrenceIF TopicMapBuilderIF.makeOccurrence(TopicIF topic, TopicIF occurs_type, java.io.Reader value, long length, LocatorIF datatype)
          PUBLIC: Makes a new internal occurrence with the given type and value for the given topic.
 OccurrenceIF TopicMapBuilderIF.makeOccurrence(TopicIF topic, TopicIF occurs_type, java.lang.String value, LocatorIF datatype)
          PUBLIC: Makes a new internal occurrence with the given type and value for the given topic.
 VariantNameIF TopicMapBuilderIF.makeVariantName(TopicNameIF name, LocatorIF locator)
          Deprecated. Use makeVariantName(TopicNameIF, LocatorIF, Collection)
 VariantNameIF TopicMapBuilderIF.makeVariantName(TopicNameIF name, LocatorIF locator, java.util.Collection<TopicIF> scope)
          PUBLIC: Makes a new variant name with the given locator for the specified topic name in the given scope.
 VariantNameIF TopicMapBuilderIF.makeVariantName(TopicNameIF name, java.io.Reader value, long length, LocatorIF datatype)
          Deprecated. Use makeVariantName(TopicNameIF, Reader, long, LocatorIF, Collection)
 VariantNameIF TopicMapBuilderIF.makeVariantName(TopicNameIF name, java.io.Reader value, long length, LocatorIF datatype, java.util.Collection<TopicIF> scope)
          PUBLIC: Makes a new variant name with the specified name value reader and datatype for the specified topic name in the given scope.
 VariantNameIF TopicMapBuilderIF.makeVariantName(TopicNameIF name, java.lang.String value, LocatorIF datatype)
          Deprecated. Use makeVariantName(TopicNameIF, String, LocatorIF, Collection)
 VariantNameIF TopicMapBuilderIF.makeVariantName(TopicNameIF name, java.lang.String value, LocatorIF datatype, java.util.Collection<TopicIF> scope)
          PUBLIC: Makes a new variant name with the specified name value and datatype for the specified name in the given scope.
 void TMObjectIF.removeItemIdentifier(LocatorIF item_identifier)
          PUBLIC: Removes the given item identifier from the set of item identifiers.
 void TopicIF.removeSubjectIdentifier(LocatorIF subject_identifier)
          PUBLIC: Removes the given subject identifier from the set of subject identifiers for this topic.
 void TopicIF.removeSubjectLocator(LocatorIF subject_locator)
          PUBLIC: Removes the given subject locator from the set of subject locators for this topic.
 void TopicMapStoreIF.setBaseAddress(LocatorIF base_address)
          EXPERIMENTAL: Sets the persistent base address of the store.
 void VariantNameIF.setLocator(LocatorIF locator)
          PUBLIC: Same as setValue(locator.getAddress(), DataTypes.TYPE_URI).
 void OccurrenceIF.setLocator(LocatorIF locator)
          PUBLIC: Same as setValue(locator.getAddress(), DataTypes.TYPE_URI).
 void VariantNameIF.setReader(java.io.Reader value, long length, LocatorIF datatype)
          PUBLIC: Sets the value and the data type of this variant using a reader.
 void OccurrenceIF.setReader(java.io.Reader value, long length, LocatorIF datatype)
          PUBLIC: Sets the value and the data type of this occurrence using a reader.
 void VariantNameIF.setValue(java.lang.String value, LocatorIF datatype)
          PUBLIC: Sets the value and the data type of this variant using a string.
 void OccurrenceIF.setValue(java.lang.String value, LocatorIF datatype)
          PUBLIC: Sets the value and the data type of this occurrence using a string.
 

Uses of LocatorIF in net.ontopia.topicmaps.core.index
 

Methods in net.ontopia.topicmaps.core.index with parameters of type LocatorIF
 java.util.Collection<OccurrenceIF> OccurrenceIndexIF.getOccurrences(java.lang.String value, LocatorIF datatype)
          INTERNAL: Gets all occurrences that have the specified value and datatype.
 java.util.Collection<OccurrenceIF> OccurrenceIndexIF.getOccurrencesByPrefix(java.lang.String prefix, LocatorIF datatype)
          INTERNAL: Gets all occurrences that have the specifed datatype and a value starting with the specified prefix.
 java.util.Collection<VariantNameIF> NameIndexIF.getVariants(java.lang.String value, LocatorIF datatype)
          INTERNAL: Gets all variants that have the specified value and datatype.
 

Uses of LocatorIF in net.ontopia.topicmaps.db2tm
 

Methods in net.ontopia.topicmaps.db2tm that return LocatorIF
 LocatorIF Context.getBaseLocator()
          INTERNAL: Gets the base locator currently in use.
 

Methods in net.ontopia.topicmaps.db2tm with parameters of type LocatorIF
static void Processor.addRelations(RelationMapping rmapping, java.util.Collection relnames, TopicMapIF topicmap, LocatorIF baseloc)
          INTERNAL: Runs a DB2TM process by adding tuples to the topic map.
static void Processor.removeRelations(RelationMapping rmapping, java.util.Collection relnames, TopicMapIF topicmap, LocatorIF baseloc)
          INTERNAL: Runs a DB2TM process by removing tuples from the topic map.
 void SynchronizationTask.setBaseLocator(LocatorIF baseloc)
           
 void Context.setBaseLocator(LocatorIF baseloc)
          INTERNAL: Sets the current base locator.
static void Processor.synchronizeRelations(RelationMapping rmapping, java.util.Collection relnames, TopicMapIF topicmap, LocatorIF baseloc)
          INTERNAL: Runs a DB2TM process by synchronizing the relations.
static void Processor.synchronizeRelations(RelationMapping rmapping, java.util.Collection relnames, TopicMapIF topicmap, LocatorIF baseloc, boolean forceRescan)
           
 

Uses of LocatorIF in net.ontopia.topicmaps.entry
 

Methods in net.ontopia.topicmaps.entry that return LocatorIF
 LocatorIF URLTopicMapSource.getBase()
          INTERNAL: Gets the base locator of the topic maps retrieved from the source.
 LocatorIF ResourceTopicMapSource.getBase()
          INTERNAL: Gets the base locator of the topic maps retrieved from the source.
 LocatorIF AbstractPathTopicMapSource.getBase()
          INTERNAL: Gets the base locator of the topic maps retrieved from the source.
 LocatorIF AbstractURLTopicMapReference.getBaseAddress()
          INTERNAL: Returns the base address locator to be used when loading the topic map.
 

Methods in net.ontopia.topicmaps.entry with parameters of type LocatorIF
abstract  TopicMapReferenceIF AbstractOntopolyTopicMapSource.createReference(java.net.URL url, java.lang.String id, java.lang.String title, LocatorIF base_address)
           
 void URLTopicMapSource.setBase(LocatorIF base_address)
          INTERNAL: Sets the base locator of the topic maps retrieved from the source.
 void ResourceTopicMapSource.setBase(LocatorIF base_address)
          INTERNAL: Sets the base locator of the topic maps retrieved from the source.
 void AbstractPathTopicMapSource.setBase(LocatorIF base_address)
          INTERNAL: Sets the base locator of the topic maps retrieved from the source.
 void AbstractURLTopicMapReference.setBaseAddress(LocatorIF base_address)
          INTERNAL: Sets the base address locator to be used when loading the topic map.
 

Constructors in net.ontopia.topicmaps.entry with parameters of type LocatorIF
AbstractOntopolyTopicMapSource(java.lang.String path, java.io.FileFilter filter, LocatorIF base_address)
           
AbstractOntopolyTopicMapSource(java.lang.String path, java.lang.String suffix, LocatorIF base_address)
           
AbstractOntopolyURLReference(java.net.URL url, java.lang.String id, java.lang.String title, LocatorIF base)
           
AbstractPathTopicMapSource(java.lang.String path, java.io.FileFilter filter, LocatorIF base_address)
           
AbstractPathTopicMapSource(java.lang.String path, java.lang.String suffix, LocatorIF base_address)
           
AbstractURLTopicMapReference(java.lang.String id, java.lang.String title, java.net.URL url, LocatorIF base_address)
           
 

Uses of LocatorIF in net.ontopia.topicmaps.impl.basic
 

Methods in net.ontopia.topicmaps.impl.basic that return LocatorIF
 LocatorIF VariantName.getDataType()
           
 LocatorIF Occurrence.getDataType()
           
 LocatorIF VariantName.getLocator()
           
 LocatorIF Occurrence.getLocator()
           
 

Methods in net.ontopia.topicmaps.impl.basic that return types with arguments of type LocatorIF
 java.util.Collection<LocatorIF> TMObject.getItemIdentifiers()
           
 java.util.Collection<LocatorIF> Topic.getSubjectIdentifiers()
           
 

Methods in net.ontopia.topicmaps.impl.basic with parameters of type LocatorIF
 void TMObject.addItemIdentifier(LocatorIF source_locator)
           
 void Topic.addSubjectIdentifier(LocatorIF subject_indicator)
           
 void Topic.addSubjectLocator(LocatorIF subject_locator)
           
 TMObjectIF TopicMap.getObjectByItemIdentifier(LocatorIF locator)
           
 TMObjectIF SubjectIdentityCache.getObjectByItemIdentifier(LocatorIF locator)
           
 TopicIF TopicMap.getTopicBySubjectIdentifier(LocatorIF locator)
           
 TopicIF SubjectIdentityCache.getTopicBySubjectIdentifier(LocatorIF locator)
           
 TopicIF TopicMap.getTopicBySubjectLocator(LocatorIF locator)
           
 TopicIF SubjectIdentityCache.getTopicBySubjectLocator(LocatorIF locator)
           
 OccurrenceIF TopicMapBuilder.makeOccurrence(TopicIF topic, TopicIF occurs_type, LocatorIF locator)
           
 OccurrenceIF TopicMapBuilder.makeOccurrence(TopicIF topic, TopicIF occurs_type, java.io.Reader value, long length, LocatorIF datatype)
           
 OccurrenceIF TopicMapBuilder.makeOccurrence(TopicIF topic, TopicIF occurs_type, java.lang.String value, LocatorIF datatype)
           
 VariantNameIF TopicMapBuilder.makeVariantName(TopicNameIF name, LocatorIF locator)
           
 VariantNameIF TopicMapBuilder.makeVariantName(TopicNameIF name, LocatorIF locator, java.util.Collection<TopicIF> scope)
           
 VariantNameIF TopicMapBuilder.makeVariantName(TopicNameIF name, java.io.Reader value, long length, LocatorIF datatype)
           
 VariantNameIF TopicMapBuilder.makeVariantName(TopicNameIF name, java.io.Reader value, long length, LocatorIF datatype, java.util.Collection<TopicIF> scope)
           
 VariantNameIF TopicMapBuilder.makeVariantName(TopicNameIF name, java.lang.String variant_name, LocatorIF datatype)
           
 VariantNameIF TopicMapBuilder.makeVariantName(TopicNameIF name, java.lang.String value, LocatorIF datatype, java.util.Collection<TopicIF> scope)
           
 void TMObject.removeItemIdentifier(LocatorIF source_locator)
           
 void Topic.removeSubjectIdentifier(LocatorIF subject_indicator)
           
 void Topic.removeSubjectLocator(LocatorIF subject_locator)
           
 void InMemoryTopicMapStore.setBaseAddress(LocatorIF base_address)
           
 void VariantName.setLocator(LocatorIF locator)
           
 void Occurrence.setLocator(LocatorIF locator)
           
 void VariantName.setReader(java.io.Reader value, long length, LocatorIF datatype)
           
 void Occurrence.setReader(java.io.Reader value, long length, LocatorIF datatype)
           
 void VariantName.setValue(java.lang.String value, LocatorIF datatype)
           
 void Occurrence.setValue(java.lang.String value, LocatorIF datatype)
           
 

Uses of LocatorIF in net.ontopia.topicmaps.impl.rdbms
 

Classes in net.ontopia.topicmaps.impl.rdbms that implement LocatorIF
 class DataTypeLocator
          INTERNAL:
 class RDBMSLocator
          INTERNAL: An abstract locator implementation used for representing locators within the rdbms implementation.
 class SourceLocator
          INTERNAL: A locator class used for representing topic map object source locators.
 class SubjectIndicatorLocator
          INTERNAL:
 class SubjectLocator
          INTERNAL:
 

Methods in net.ontopia.topicmaps.impl.rdbms that return LocatorIF
 LocatorIF TopicMap.getBaseAddress()
           
 LocatorIF ReadOnlyTopicMap.getBaseAddress()
           
 LocatorIF RDBMSTopicMapStore.getBaseAddress()
           
 LocatorIF VariantName.getDataType()
           
 LocatorIF ReadOnlyVariantName.getDataType()
           
 LocatorIF ReadOnlyOccurrence.getDataType()
           
 LocatorIF Occurrence.getDataType()
           
 LocatorIF VariantName.getLocator()
           
 LocatorIF ReadOnlyVariantName.getLocator()
           
 LocatorIF ReadOnlyOccurrence.getLocator()
           
 LocatorIF Occurrence.getLocator()
           
 LocatorIF RDBMSLocator.resolveAbsolute(java.lang.String address)
           
 

Methods in net.ontopia.topicmaps.impl.rdbms that return types with arguments of type LocatorIF
 java.util.Collection<LocatorIF> TMObject.getItemIdentifiers()
           
 java.util.Collection<LocatorIF> ReadOnlyTMObject.getItemIdentifiers()
           
 java.util.Collection<LocatorIF> Topic.getSubjectIdentifiers()
           
 java.util.Collection<LocatorIF> ReadOnlyTopic.getSubjectIdentifiers()
           
 java.util.Collection<LocatorIF> Topic.getSubjectLocators()
           
 java.util.Collection<LocatorIF> ReadOnlyTopic.getSubjectLocators()
           
 

Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type LocatorIF
 void TMObject.addItemIdentifier(LocatorIF source_locator)
           
 void ReadOnlyTMObject.addItemIdentifier(LocatorIF source_locator)
           
 void Topic.addSubjectIdentifier(LocatorIF subject_indicator)
           
 void ReadOnlyTopic.addSubjectIdentifier(LocatorIF subject_identifier)
           
 void Topic.addSubjectLocator(LocatorIF subject_locator)
           
 void ReadOnlyTopic.addSubjectLocator(LocatorIF subject_locator)
           
 TMObjectIF TopicMap.getObjectByItemIdentifier(LocatorIF locator)
           
 TMObjectIF SubjectIdentityCache.getObjectByItemIdentifier(LocatorIF locator)
           
 TMObjectIF ReadOnlyTopicMap.getObjectByItemIdentifier(LocatorIF locator)
           
 TMObjectIF RDBMSTopicMapTransaction.getObjectByItemIdentifier(LocatorIF locator)
           
 TopicIF TopicMap.getTopicBySubjectIdentifier(LocatorIF locator)
           
 TopicIF SubjectIdentityCache.getTopicBySubjectIdentifier(LocatorIF locator)
           
 TopicIF ReadOnlyTopicMap.getTopicBySubjectIdentifier(LocatorIF locator)
           
 TopicIF RDBMSTopicMapTransaction.getTopicBySubjectIdentifier(LocatorIF locator)
           
 TopicIF TopicMap.getTopicBySubjectLocator(LocatorIF locator)
           
 TopicIF SubjectIdentityCache.getTopicBySubjectLocator(LocatorIF locator)
           
 TopicIF ReadOnlyTopicMap.getTopicBySubjectLocator(LocatorIF locator)
           
 TopicIF RDBMSTopicMapTransaction.getTopicBySubjectLocator(LocatorIF locator)
           
 OccurrenceIF TopicMapBuilder.makeOccurrence(TopicIF topic, TopicIF occurs_type, LocatorIF locator)
           
 OccurrenceIF TopicMapBuilder.makeOccurrence(TopicIF topic, TopicIF occurs_type, java.io.Reader value, long length, LocatorIF datatype)
           
 OccurrenceIF TopicMapBuilder.makeOccurrence(TopicIF topic, TopicIF occurs_type, java.lang.String value, LocatorIF datatype)
           
 VariantNameIF TopicMapBuilder.makeVariantName(TopicNameIF name, LocatorIF locator)
           
 VariantNameIF TopicMapBuilder.makeVariantName(TopicNameIF name, LocatorIF locator, java.util.Collection scope)
           
 VariantNameIF TopicMapBuilder.makeVariantName(TopicNameIF name, java.io.Reader value, long length, LocatorIF datatype)
           
 VariantNameIF TopicMapBuilder.makeVariantName(TopicNameIF name, java.io.Reader value, long length, LocatorIF datatype, java.util.Collection scope)
           
 VariantNameIF TopicMapBuilder.makeVariantName(TopicNameIF name, java.lang.String value, LocatorIF datatype)
           
 VariantNameIF TopicMapBuilder.makeVariantName(TopicNameIF name, java.lang.String value, LocatorIF datatype, java.util.Collection scope)
           
 void TMObject.removeItemIdentifier(LocatorIF source_locator)
           
 void ReadOnlyTMObject.removeItemIdentifier(LocatorIF source_locator)
           
 void Topic.removeSubjectIdentifier(LocatorIF subject_indicator)
           
 void ReadOnlyTopic.removeSubjectIdentifier(LocatorIF subject_identifier)
           
 void Topic.removeSubjectLocator(LocatorIF subject_locator)
           
 void ReadOnlyTopic.removeSubjectLocator(LocatorIF subject_locator)
           
 void TopicMap.setBaseAddress(LocatorIF baseAddress)
           
 void ReadOnlyTopicMap.setBaseAddress(LocatorIF baseAddress)
           
 void RDBMSTopicMapStore.setBaseAddress(LocatorIF base_address)
           
 void RDBMSTopicMapStore.setBaseAddressOverride(LocatorIF base_address)
          INTERNAL: Sets the apparent base address of the store.
 void ReadOnlyVariantName.setDataType(LocatorIF datatype)
           
 void ReadOnlyOccurrence.setDataType(LocatorIF datatype)
           
 void VariantName.setLocator(LocatorIF locator)
           
 void ReadOnlyVariantName.setLocator(LocatorIF locator)
           
 void ReadOnlyOccurrence.setLocator(LocatorIF locator)
           
 void Occurrence.setLocator(LocatorIF locator)
           
 void VariantName.setReader(java.io.Reader value, long length, LocatorIF datatype)
           
 void ReadOnlyVariantName.setReader(java.io.Reader value, long length, LocatorIF datatype)
           
 void ReadOnlyOccurrence.setReader(java.io.Reader value, long length, LocatorIF datatype)
           
 void Occurrence.setReader(java.io.Reader value, long length, LocatorIF datatype)
           
 void VariantName.setValue(java.lang.String value, LocatorIF datatype)
           
 void ReadOnlyVariantName.setValue(java.lang.String value, LocatorIF datatype)
           
 void ReadOnlyOccurrence.setValue(java.lang.String value, LocatorIF datatype)
           
 void Occurrence.setValue(java.lang.String value, LocatorIF datatype)
           
 

Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type LocatorIF
DataTypeLocator(LocatorIF locator)
           
RDBMSLocator(LocatorIF locator)
           
RDBMSTopicMapReference(java.lang.String _id, java.lang.String _title, net.ontopia.persistence.proxy.StorageIF _storage, long _topicmap_id, LocatorIF _base_address)
           
SourceLocator(LocatorIF locator)
           
SubjectIndicatorLocator(LocatorIF locator)
           
SubjectLocator(LocatorIF locator)
           
 

Uses of LocatorIF in net.ontopia.topicmaps.query.core
 

Methods in net.ontopia.topicmaps.query.core with parameters of type LocatorIF
 QueryProcessorIF QueryProcessorFactoryIF.createQueryProcessor(TopicMapIF topicmap, LocatorIF base, java.util.Map<java.lang.String,java.lang.String> properties)
          PUBLIC: Creates a new QueryProcessorIF instance to query a given topic map.
 

Uses of LocatorIF in net.ontopia.topicmaps.query.utils
 

Methods in net.ontopia.topicmaps.query.utils with parameters of type LocatorIF
static QueryProcessorIF QueryUtils.createQueryProcessor(TopicMapIF topicmap, LocatorIF base)
          PUBLIC: Factory method for creating a new query processor for a given topic map and base address.
static QueryProcessorIF QueryUtils.createQueryProcessor(TopicMapIF topicmap, LocatorIF base, java.util.Map properties)
          EXPERIMENTAL: ...
static QueryProcessorIF QueryUtils.getQueryProcessor(TopicMapIF topicmap, LocatorIF base)
          PUBLIC: Returns the default query processor for the given topic map and base address.
 

Uses of LocatorIF in net.ontopia.topicmaps.schema.core
 

Methods in net.ontopia.topicmaps.schema.core that return LocatorIF
 LocatorIF SchemaIF.getAddress()
          PUBLIC: Returns the address of the schema.
 

Uses of LocatorIF in net.ontopia.topicmaps.schema.impl.osl
 

Methods in net.ontopia.topicmaps.schema.impl.osl that return LocatorIF
 LocatorIF OSLSchema.getAddress()
           
 LocatorIF SubjectIndicatorMatcher.getLocator()
          INTERNAL: Returns the locator used for matching.
 LocatorIF SourceLocatorMatcher.getLocator()
          INTERNAL: Returns the locator used for matching.
 

Constructors in net.ontopia.topicmaps.schema.impl.osl with parameters of type LocatorIF
OSLSchema(LocatorIF address)
          PUBLIC: Creates a new OSL schema object.
OSLSchemaContentHandler(net.ontopia.xml.XMLReaderFactoryIF xrfactory, LocatorIF base_address)
           
SourceLocatorMatcher(LocatorIF locator)
          INTERNAL: Creates a new matcher with the locator it uses to match.
SubjectIndicatorMatcher(LocatorIF locator)
          INTERNAL: Creates a subject indicator matcher that matches topics by the locator given.
 

Uses of LocatorIF in net.ontopia.topicmaps.utils
 

Methods in net.ontopia.topicmaps.utils that return LocatorIF
 LocatorIF NullResolvingExternalReferenceHandler.externalTopic(LocatorIF parm1)
          PUBLIC: always returns null
 LocatorIF NoFollowTopicRefExternalReferenceHandler.externalTopic(LocatorIF loc)
          PUBLIC: External topics are not resolved.
 LocatorIF NullResolvingExternalReferenceHandler.externalTopicMap(LocatorIF parm1)
          PUBLIC: always returns null
 LocatorIF NoFollowTopicRefExternalReferenceHandler.externalTopicMap(LocatorIF loc)
          PUBLIC: External topic maps are resolved.
static LocatorIF IdentityUtils.getSymbolicIdLocator(TopicMapIF topicmap, java.lang.String symbolicId)
          INTERNAL: Expands a symbolic id into a LocatorIF based on the base locator of the given topic map..
 LocatorIF QNameRegistry.resolve(java.lang.String qname)
          PUBLIC: Creates a locator from a QName.
 

Methods in net.ontopia.topicmaps.utils with parameters of type LocatorIF
 LocatorIF NullResolvingExternalReferenceHandler.externalTopic(LocatorIF parm1)
          PUBLIC: always returns null
 LocatorIF NoFollowTopicRefExternalReferenceHandler.externalTopic(LocatorIF loc)
          PUBLIC: External topics are not resolved.
 LocatorIF NullResolvingExternalReferenceHandler.externalTopicMap(LocatorIF parm1)
          PUBLIC: always returns null
 LocatorIF NoFollowTopicRefExternalReferenceHandler.externalTopicMap(LocatorIF loc)
          PUBLIC: External topic maps are resolved.
static TopicMapImporterIF ImportExportUtils.getImporter(LocatorIF url)
          PUBLIC: Given a locator referring to a topic map, returns a topic map reader of the right class.
static TopicMapReaderIF ImportExportUtils.getReader(LocatorIF url)
          PUBLIC: Given a locator referring to a topic map, returns a topic map reader of the right class.
 

Constructors in net.ontopia.topicmaps.utils with parameters of type LocatorIF
NameGrabber(LocatorIF themeIndicator)
          INTERNAL: Creates the grabber and sets the comparator to be a ScopedIFComparator using the least constrained scope.
NameGrabber(LocatorIF themeIndicator, boolean variant)
          PUBLIC: Creates the grabber and sets the comparator to be a ScopedIFComparator using the least constrained scope.
SubjectIdentityDecider(LocatorIF subject_identifier)
          INTERNAL: Creates a decider which uses the given subject identifier.
 

Uses of LocatorIF in net.ontopia.topicmaps.utils.ctm
 

Methods in net.ontopia.topicmaps.utils.ctm that return LocatorIF
 LocatorIF ValueGeneratorIF.getDatatype()
           
 LocatorIF ValueGenerator.getDatatype()
           
 LocatorIF IRIAsArgumentGenerator.getDatatype()
           
 LocatorIF AbstractTopicGenerator.getDatatype()
           
 LocatorIF ValueGeneratorIF.getLocator()
          Returns a locator if the literal is a locator.
 LocatorIF ValueGenerator.getLocator()
           
 LocatorIF IRIAsArgumentGenerator.getLocator()
           
 LocatorIF AbstractTopicGenerator.getLocator()
           
 LocatorIF ParseContextIF.resolveQname(java.lang.String qname)
           
 LocatorIF GlobalParseContext.resolveQname(java.lang.String qname)
           
 

Methods in net.ontopia.topicmaps.utils.ctm with parameters of type LocatorIF
 void ParseContextIF.addIncludeUri(LocatorIF uri)
           
 void GlobalParseContext.addIncludeUri(LocatorIF uri)
           
 void ParseContextIF.addPrefix(java.lang.String prefix, LocatorIF locator)
           
 void GlobalParseContext.addPrefix(java.lang.String prefix, LocatorIF locator)
           
 ValueGeneratorIF ParseContextIF.getTopicByItemIdentifier(LocatorIF itemid)
           
 ValueGeneratorIF GlobalParseContext.getTopicByItemIdentifier(LocatorIF itemid)
           
 ValueGeneratorIF ParseContextIF.getTopicBySubjectIdentifier(LocatorIF subjid)
           
 ValueGeneratorIF GlobalParseContext.getTopicBySubjectIdentifier(LocatorIF subjid)
           
 ValueGeneratorIF ParseContextIF.getTopicBySubjectLocator(LocatorIF subjloc)
           
 ValueGeneratorIF GlobalParseContext.getTopicBySubjectLocator(LocatorIF subjloc)
           
 TopicIF ParseContextIF.makeTopicByItemIdentifier(LocatorIF itemid)
           
 TopicIF GlobalParseContext.makeTopicByItemIdentifier(LocatorIF itemid)
           
 TopicIF ParseContextIF.makeTopicBySubjectIdentifier(LocatorIF subjid)
           
 TopicIF GlobalParseContext.makeTopicBySubjectIdentifier(LocatorIF subjid)
           
 TopicIF ParseContextIF.makeTopicBySubjectLocator(LocatorIF subjloc)
           
 TopicIF GlobalParseContext.makeTopicBySubjectLocator(LocatorIF subjloc)
           
 void CTMParser.setBase(LocatorIF base)
           
 void ValueGenerator.setDatatype(LocatorIF datatype)
           
 void ValueGenerator.setLocator(LocatorIF locator)
           
 

Constructors in net.ontopia.topicmaps.utils.ctm with parameters of type LocatorIF
CTMTopicMapReader(org.xml.sax.InputSource source, LocatorIF base_address)
          PUBLIC: Creates a topic map reader bound to the input source given in the arguments.
CTMTopicMapReader(java.io.InputStream stream, LocatorIF base_address)
          PUBLIC: Creates a topic map reader bound to the input stream given in the arguments.
CTMTopicMapReader(LocatorIF url)
          PUBLIC: Creates a topic map reader bound to the URL given in the arguments.
CTMTopicMapReader(java.io.Reader reader, LocatorIF base_address)
          PUBLIC: Creates a topic map reader bound to the reader given in the arguments.
CTMTopicMapReference(java.net.URL url, java.lang.String id, java.lang.String title, LocatorIF base_address)
           
GlobalParseContext(TopicMapIF topicmap, LocatorIF base)
           
IRIAsArgumentGenerator(ParseContextIF context, LocatorIF locator)
           
LocalParseContext(TopicMapIF topicmap, LocatorIF base, ParseContextIF parent)
           
ValueGenerator(TopicIF topic, java.lang.String literal, LocatorIF datatype, LocatorIF locator)
           
 

Uses of LocatorIF in net.ontopia.topicmaps.utils.jtm
 

Constructors in net.ontopia.topicmaps.utils.jtm with parameters of type LocatorIF
JTMTopicMapReader(org.xml.sax.InputSource source, LocatorIF base_address)
          PUBLIC: Creates a topic map reader bound to the input source given in the arguments.
JTMTopicMapReader(java.io.InputStream stream, LocatorIF base_address)
          PUBLIC: Creates a topic map reader bound to the input stream given in the arguments.
JTMTopicMapReader(LocatorIF url)
          PUBLIC: Creates a topic map reader bound to the URL given in the arguments.
JTMTopicMapReader(java.io.Reader reader, LocatorIF base_address)
          PUBLIC: Creates a topic map reader bound to the reader given in the arguments.
 

Uses of LocatorIF in net.ontopia.topicmaps.utils.ltm
 

Methods in net.ontopia.topicmaps.utils.ltm with parameters of type LocatorIF
 TopicMapReferenceIF LTMPathTopicMapSource.createReference(java.net.URL url, java.lang.String id, java.lang.String title, LocatorIF base)
           
 void LTMParser.setBase(LocatorIF base)
           
 

Constructors in net.ontopia.topicmaps.utils.ltm with parameters of type LocatorIF
LTMTopicMapReader(org.xml.sax.InputSource source, LocatorIF base_address)
          PUBLIC: Creates a topic map reader bound to the input source given in the arguments.
LTMTopicMapReader(java.io.InputStream stream, LocatorIF base_address)
          PUBLIC: Creates a topic map reader bound to the input stream given in the arguments.
LTMTopicMapReader(LocatorIF url)
          PUBLIC: Creates a topic map reader bound to the URL given in the arguments.
LTMTopicMapReader(java.io.Reader reader, LocatorIF base_address)
          PUBLIC: Creates a topic map reader bound to the reader given in the arguments.
LTMTopicMapReference(java.net.URL url, java.lang.String id, java.lang.String title, LocatorIF base_address)
           
 

Uses of LocatorIF in net.ontopia.topicmaps.utils.rdf
 

Constructors in net.ontopia.topicmaps.utils.rdf with parameters of type LocatorIF
RDFTopicMapReader(LocatorIF url)
          PUBLIC: Creates a topic map reader bound to the URL given in the arguments.
RDFTopicMapReader(LocatorIF url, java.lang.String syntax)
          PUBLIC: Creates a topic map reader bound to the URL given in the arguments.
RDFTopicMapReference(java.net.URL url, java.lang.String id, java.lang.String title, LocatorIF base_address, java.lang.String syntax)
           
 

Uses of LocatorIF in net.ontopia.topicmaps.xml
 

Fields in net.ontopia.topicmaps.xml declared as LocatorIF
static LocatorIF XTMContentHandler.nullPSI
           
 

Methods in net.ontopia.topicmaps.xml that return LocatorIF
 LocatorIF ExternalReferenceHandlerIF.externalTopic(LocatorIF address)
          PUBLIC: Receive notification of a reference to an external topic.
 LocatorIF ExternalReferenceHandlerIF.externalTopicMap(LocatorIF address)
          PUBLIC: Receive notification of a reference to an external topic map.
 LocatorIF CanonicalTopicMapWriter.getBaseLocator()
          INTERNAL: Gets the base locator used to resolve relative locators.
 LocatorIF XTMFragmentExporter.LocatorHandlerIF.process(LocatorIF locator)
           
 

Methods in net.ontopia.topicmaps.xml with parameters of type LocatorIF
 TopicMapReferenceIF XTMPathTopicMapSource.createReference(java.net.URL url, java.lang.String id, java.lang.String title, LocatorIF base_address)
           
 TopicMapReferenceIF TMXMLPathTopicMapSource.createReference(java.net.URL url, java.lang.String id, java.lang.String title, LocatorIF base_address)
           
 LocatorIF ExternalReferenceHandlerIF.externalTopic(LocatorIF address)
          PUBLIC: Receive notification of a reference to an external topic.
 LocatorIF ExternalReferenceHandlerIF.externalTopicMap(LocatorIF address)
          PUBLIC: Receive notification of a reference to an external topic map.
 LocatorIF XTMFragmentExporter.LocatorHandlerIF.process(LocatorIF locator)
           
 void CanonicalTopicMapWriter.setBaseLocator(LocatorIF baseloc)
          INTERNAL: Sets the base locator used to resolve relative locators.
 

Constructors in net.ontopia.topicmaps.xml with parameters of type LocatorIF
AbstractTopicMapContentHandler(LocatorIF base_address)
           
AbstractTopicMapContentHandler(LocatorIF base_address, java.util.Collection processed_documents_from_parent)
           
TMXMLReader(org.xml.sax.InputSource source, LocatorIF base)
          PUBLIC: Creates a reader reading from the given location, using a different base address.
TMXMLReader(LocatorIF base)
          PUBLIC: Creates a reader reading from the given location.
TMXMLTopicMapReference(java.net.URL url, java.lang.String id, java.lang.String title, LocatorIF base_address)
           
XTM2ContentHandler(TopicMapStoreFactoryIF store_factory, net.ontopia.xml.XMLReaderFactoryIF xrfactory, LocatorIF doc_address)
           
XTM2ContentHandler(TopicMapStoreFactoryIF store_factory, net.ontopia.xml.XMLReaderFactoryIF xrfactory, LocatorIF doc_address, java.util.Set read_documents)
           
XTMContentHandler(TopicMapStoreFactoryIF stores, net.ontopia.xml.XMLReaderFactoryIF xrfactory, LocatorIF base_address)
           
XTMContentHandler(TopicMapStoreFactoryIF stores, net.ontopia.xml.XMLReaderFactoryIF xrfactory, LocatorIF base_address, java.util.Collection processed_documents)
           
XTMSnifferContentHandler(XTMTopicMapReader reader, TopicMapStoreFactoryIF store_factory, org.xml.sax.XMLReader parser, LocatorIF base_address)
           
XTMTopicMapReader(org.xml.sax.InputSource source, LocatorIF base_address)
          PUBLIC: Creates a topic map reader bound to the input source given in the arguments.
XTMTopicMapReader(java.io.InputStream stream, LocatorIF base_address)
          PUBLIC: Creates a topic map reader bound to the input stream given in the arguments.
XTMTopicMapReader(LocatorIF url)
          PUBLIC: Creates a topic map reader bound to the URL given in the arguments.
XTMTopicMapReader(java.io.Reader reader, LocatorIF base_address)
          PUBLIC: Creates a topic map reader bound to the reader given in the arguments.
XTMTopicMapReference(java.net.URL url, java.lang.String id, java.lang.String title, LocatorIF base_address)
           
 

Uses of LocatorIF in net.ontopia.utils
 

Methods in net.ontopia.utils with parameters of type LocatorIF
static java.io.File URIUtils.getURIFile(LocatorIF file)
          INTERNAL: Given a URILocator in the file: URI scheme, produce the corresponding File object.
 



Copyright © 2000-2010 Ontopia.