org.tm4j.topicmap.TopicMapProviderBase .attachCatalogResolver(java.lang.Object o)

Description

A convenience method for attaching a CatalogResolver to an XML Parser. The Object o argument may be an instance of:

  • a javax.xml.parsers.DocumentBuilder.
  • a javax.xml.parsers.SAXParser.
  • an org.xml.sax.XMLReader, obtainable from the getXMLReader() method of a SAXParser.
Note that if the CatalogResolver is null, this method does nothing.

Parameters
java.lang.Object o The XML processor to which to attach the CatalogResolver.

Other Resources

Related Topics

Has Parameters