Uses of Class
net.ontopia.topicmaps.query.parser.QName
-
Packages that use QName Package Description net.ontopia.topicmaps.query.parser Contains the code that parses tolog queries. -
-
Uses of QName in net.ontopia.topicmaps.query.parser
Methods in net.ontopia.topicmaps.query.parser with parameters of type QName Modifier and Type Method Description TMObjectIFGlobalParseContext. getObject(QName qname)TMObjectIFLocalParseContext. getObject(QName qname)TMObjectIFParseContextIF. getObject(QName qname)PredicateIFGlobalParseContext. getPredicate(QName qname, boolean assoc)PredicateIFLocalParseContext. getPredicate(QName qname, boolean assoc)PredicateIFParseContextIF. getPredicate(QName qname, boolean assoc)INTERNAL: Returns the named predicate, or null if it does not exist.TopicIFGlobalParseContext. getTopic(QName qname)TopicIFLocalParseContext. getTopic(QName qname)TopicIFParseContextIF. getTopic(QName qname)INTERNAL: Interprets the given prefix and localname as a topic, returning null if none is found.LocatorIFGlobalParseContext. resolveQName(QName qname)LocatorIFLocalParseContext. resolveQName(QName qname)LocatorIFParseContextIF. 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).
-