org.tm4j.topicmap.TopicMapProviderBase .resolveEntity(java.lang.String publicId,java.lang.String systemId)

Description

A utility method providing access to the CatalogResolver's resolution features. This returns an InputSource created by resolving the public and system identifiers using the catalog. The public identifier is optional, the system identifier required.

Parameters
java.lang.String publicId
java.lang.String systemId

Returns

The InputSource, null if it cannot be opened.

Other Resources

Related Topics