Home
last modified time | relevance | path

Searched refs:getNsOrPrefix (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_xquery_visitor.cpp1186 os << "\"" << n.getNsOrPrefix() << "\":*"; in DEFAULT_END_VISIT()
1188 os << n.getNsOrPrefix() << ":*"; in DEFAULT_END_VISIT()
H A Dparsenodes.h3863 const zstring& getNsOrPrefix() const { return theNsOrPrefix; } in getNsOrPrefix() function
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp9526 matchExpr->setWildName(wildcard->getNsOrPrefix()); in end_visit()
9531 zstring prefix = wildcard->getNsOrPrefix(); in end_visit()
9593 cc->add_nametest_h(new NodeNameTest(wildcard->getNsOrPrefix(), zstring())); in end_visit()
9600 wildcard->getNsOrPrefix(), in end_visit()