Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_xquery_visitor.cpp110 n.get_common_content()->accept(*this); in DEFAULT_VISIT()
H A Dparsenodes.h4505 rchandle<CommonContent> get_common_content() const { return common_content_h; } in get_common_content() function
4535 rchandle<CommonContent> get_common_content() const { return common_content_h; } in get_common_content() function
4606 rchandle<CommonContent> get_common_content() const { return common_content_h; } in get_common_content() function
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp11934 else if (v.get_common_content() != NULL) in end_visit()
11980 (v.get_common_content() != 0 && v.get_common_content()->get_expr() != 0)) in check_boundary_whitespace()
11988 else if (v.get_common_content() != 0 || v.get_cdata() != 0) in check_boundary_whitespace()
12146 attr_val_content(loc, v.get_common_content(), v.get_quot_atcontent().str()); in end_visit()
12159 attr_val_content(loc, v.get_common_content(), v.get_apos_atcontent().str()); in end_visit()