Class IncludeTopicMapDTDEntityResolver

java.lang.Object
net.ontopia.xml.ConfigurableEntityResolver
net.ontopia.topicmaps.xml.IncludeTopicMapDTDEntityResolver
All Implemented Interfaces:
EntityResolver

public class IncludeTopicMapDTDEntityResolver extends ConfigurableEntityResolver
INTERNAL: SAX entity resolver that makes sure that doctype declarations referencing the XTM 1.0 DTD using public ids are given the correct DTD.

The resolver returns an input source refering to the correct DTDs for each entity with the public ids:

   "-//TopicMaps.Org//DTD XML Topic Map (XTM) 1.0//EN"
   "+//IDN ontopia.net//DTD Topic Map Interchange Format (Strict 1.0)//EN"
 
  • Field Details

  • Constructor Details

    • IncludeTopicMapDTDEntityResolver

      public IncludeTopicMapDTDEntityResolver()