Package | Description |
---|---|
net.ontopia.topicmaps.query.parser |
Contains the code that parses tolog queries.
|
Modifier and Type | Method and Description |
---|---|
TMObjectIF |
GlobalParseContext.getObject(QName qname) |
TMObjectIF |
ParseContextIF.getObject(QName qname) |
TMObjectIF |
LocalParseContext.getObject(QName qname) |
PredicateIF |
GlobalParseContext.getPredicate(QName qname,
boolean assoc) |
PredicateIF |
ParseContextIF.getPredicate(QName qname,
boolean assoc)
INTERNAL: Returns the named predicate, or null if it does not
exist.
|
PredicateIF |
LocalParseContext.getPredicate(QName qname,
boolean assoc) |
TopicIF |
GlobalParseContext.getTopic(QName qname) |
TopicIF |
ParseContextIF.getTopic(QName qname)
INTERNAL: Interprets the given prefix and localname as a topic,
returning null if none is found.
|
TopicIF |
LocalParseContext.getTopic(QName qname) |
LocatorIF |
GlobalParseContext.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).
|
LocatorIF |
LocalParseContext.resolveQName(QName qname) |