Package net.ontopia.topicmaps.utils.ctm
Class GlobalParseContext
java.lang.Object
net.ontopia.topicmaps.utils.ctm.GlobalParseContext
- All Implemented Interfaces:
ParseContextIF
- Direct Known Subclasses:
LocalParseContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddIncludeUri(LocatorIF uri) voidgetTemplate(String name, int paramcount) getTopicById(String id) getTopicByItemIdentifier(LocatorIF itemid) getTopicByQname(String qname) getTopicBySubjectIdentifier(LocatorIF subjid) getTopicBySubjectLocator(LocatorIF subjloc) makeAnonymousTopic(String wildcard_name) makeTopicById(String id) makeTopicByItemIdentifier(LocatorIF itemid) makeTopicBySubjectLocator(LocatorIF subjloc) voidregisterTemplate(String name, Template template) resolveQname(String qname)
-
Constructor Details
-
GlobalParseContext
-
-
Method Details
-
addPrefix
- Specified by:
addPrefixin interfaceParseContextIF
-
addIncludeUri
- Specified by:
addIncludeUriin interfaceParseContextIF
-
getIncludeUris
- Specified by:
getIncludeUrisin interfaceParseContextIF
-
resolveQname
- Specified by:
resolveQnamein interfaceParseContextIF
-
getTopicById
- Specified by:
getTopicByIdin interfaceParseContextIF
-
getTopicByItemIdentifier
- Specified by:
getTopicByItemIdentifierin interfaceParseContextIF
-
getTopicBySubjectLocator
- Specified by:
getTopicBySubjectLocatorin interfaceParseContextIF
-
getTopicBySubjectIdentifier
- Specified by:
getTopicBySubjectIdentifierin interfaceParseContextIF
-
getTopicByQname
- Specified by:
getTopicByQnamein interfaceParseContextIF
-
makeAnonymousTopic
- Specified by:
makeAnonymousTopicin interfaceParseContextIF
-
makeAnonymousTopic
- Specified by:
makeAnonymousTopicin interfaceParseContextIF
-
registerTemplate
- Specified by:
registerTemplatein interfaceParseContextIF
-
getTemplate
- Specified by:
getTemplatein interfaceParseContextIF
-
getTemplates
- Specified by:
getTemplatesin interfaceParseContextIF
-
makeTopicById
- Specified by:
makeTopicByIdin interfaceParseContextIF
-
makeTopicByItemIdentifier
- Specified by:
makeTopicByItemIdentifierin interfaceParseContextIF
-
makeTopicBySubjectLocator
- Specified by:
makeTopicBySubjectLocatorin interfaceParseContextIF
-
makeTopicBySubjectIdentifier
- Specified by:
makeTopicBySubjectIdentifierin interfaceParseContextIF
-