Package net.ontopia.topicmaps.xml
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 Summary
Fields Modifier and Type Field Description static String
XTM_1_0_DTD
-
Fields inherited from class net.ontopia.xml.ConfigurableEntityResolver
public_ids, system_ids
-
-
Constructor Summary
Constructors Constructor Description IncludeTopicMapDTDEntityResolver()
-
Method Summary
-
Methods inherited from class net.ontopia.xml.ConfigurableEntityResolver
addPublicIdSource, addSystemIdSource, removePublicIdSource, removeSystemIdSource, resolveEntity
-
-
-
-
Field Detail
-
XTM_1_0_DTD
public static final String XTM_1_0_DTD
- See Also:
- Constant Field Values
-
-