| Package | Description |
|---|---|
| net.ontopia.topicmaps.xml |
Classes for importing and exporting topic maps in the XML
interchange format.
|
| net.ontopia.xml |
Contains classes for processing XML documents.
|
| Modifier and Type | Field and Description |
|---|---|
protected InputSourceFactoryIF |
IgnoreTopicMapDTDEntityResolver.factory |
| Constructor and Description |
|---|
IgnoreTopicMapDTDEntityResolver(InputSourceFactoryIF factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyInputSourceFactory
INTERNAL: An InputSource factory that creates input sources with no
content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableEntityResolver.addPublicIdSource(String public_id,
InputSourceFactoryIF is_factory)
INTERNAL: Registers the input source factory with the given public id.
|
void |
ConfigurableEntityResolver.addSystemIdSource(String system_id,
InputSourceFactoryIF is_factory)
INTERNAL: Registers the input source factory with the given system id.
|