public class RDFPathTopicMapSource extends AbstractPathTopicMapSource
base_address, duplicate_suppression, hidden, id, path, refmap, suffix, title
Constructor and Description |
---|
RDFPathTopicMapSource() |
RDFPathTopicMapSource(String path,
FileFilter filter) |
RDFPathTopicMapSource(String path,
String suffix) |
Modifier and Type | Method and Description |
---|---|
protected TopicMapReferenceIF |
createReference(URL url,
String id,
String title,
LocatorIF base_address) |
void |
setGenerateNames(String yesno)
INTERNAL: Tells the source to generate names based on their URIs
for topics which are nameless after the conversion.
|
void |
setLenient(String yesno)
INTERNAL: Makes the RDF reader lenient, so that it will overlook
certain kinds of errors.
|
void |
setMappingFile(String file)
INTERNAL: Sets the mapping file which will be used to convert the
RDF files found by this source to topic maps.
|
void |
setSyntax(String syntax)
INTERNAL: Sets the syntax the source will read.
|
accept, close, createReference, createTopicMap, getBase, getBaseAddress, getDuplicateSuppression, getFileFilter, getHidden, getId, getPath, getReferences, getSuffix, getTitle, refresh, refreshFromClasspath, refreshFromFilesystem, setBase, setBaseAddress, setDuplicateSuppression, setFileFilter, setHidden, setId, setPath, setSuffix, setTitle, supportsCreate, supportsDelete
public RDFPathTopicMapSource()
public RDFPathTopicMapSource(String path, FileFilter filter)
public void setSyntax(String syntax)
public void setMappingFile(String file)
file
- A file name or URI.public void setGenerateNames(String yesno)
public void setLenient(String yesno)
protected TopicMapReferenceIF createReference(URL url, String id, String title, LocatorIF base_address)
createReference
in class AbstractPathTopicMapSource