Uses of Class
net.ontopia.topicmaps.query.parser.QName
Packages that use QName
-
Uses of QName in net.ontopia.topicmaps.query.parser
Methods in net.ontopia.topicmaps.query.parser with parameters of type QNameModifier and TypeMethodDescriptionGlobalParseContext.getPredicate(QName qname, boolean assoc) LocalParseContext.getPredicate(QName qname, boolean assoc) ParseContextIF.getPredicate(QName qname, boolean assoc) INTERNAL: Returns the named predicate, or null if it does not exist.INTERNAL: Interprets the given prefix and localname as a topic, returning null if none is found.GlobalParseContext.resolveQName(QName qname) LocalParseContext.resolveQName(QName qname) ParseContextIF.resolveQName(QName qname) INTERNAL: Returns the full locator for the given QName, or reports an error if the prefix is unbound, or if the prefix is bound to something other than a subject identifier namespace (since this is used for the CTM part of tolog INSERT only).