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 TMObjectIF
GlobalParseContext. getObject(QName qname)
TMObjectIF
LocalParseContext. getObject(QName qname)
TMObjectIF
ParseContextIF. getObject(QName qname)
PredicateIF
GlobalParseContext. getPredicate(QName qname, boolean assoc)
PredicateIF
LocalParseContext. getPredicate(QName qname, boolean assoc)
PredicateIF
ParseContextIF. getPredicate(QName qname, boolean assoc)
INTERNAL: Returns the named predicate, or null if it does not exist.TopicIF
GlobalParseContext. getTopic(QName qname)
TopicIF
LocalParseContext. getTopic(QName qname)
TopicIF
ParseContextIF. getTopic(QName qname)
INTERNAL: Interprets the given prefix and localname as a topic, returning null if none is found.LocatorIF
GlobalParseContext. resolveQName(QName qname)
LocatorIF
LocalParseContext. resolveQName(QName qname)
LocatorIF
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).
-