Home
last modified time | relevance | path

Searched refs:SchemaPrefix (Results 1 – 16 of 16) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_dot_visitor.h118 void *begin_visit(const SchemaPrefix &);
325 void end_visit(const SchemaPrefix&, void *visit_state);
H A Dparsenode_visitor.h122 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( SchemaPrefix );
H A Dparsenodes.cpp512 rchandle<SchemaPrefix> prefix, in SchemaImport()
559 SchemaPrefix::SchemaPrefix( in SchemaPrefix() function in zorba::SchemaPrefix
570 SchemaPrefix::SchemaPrefix( in SchemaPrefix() function in zorba::SchemaPrefix
581 void SchemaPrefix::accept( parsenode_visitor &v ) const in accept()
H A Dparsenodes.h224 class SchemaPrefix; variable
704 rchandle<SchemaPrefix> thePrefix;
711 rchandle<SchemaPrefix>,
715 const SchemaPrefix* get_prefix() const { return thePrefix; } in get_prefix()
752 class SchemaPrefix : public parsenode
759 SchemaPrefix(const QueryLoc& loc, bool isDefault);
761 SchemaPrefix(const QueryLoc& loc, const zstring& prefix);
H A Dparsenode_print_xquery_visitor.cpp897 void* begin_visit(const SchemaPrefix& n) in DEFAULT_END_VISIT()
907 DEFAULT_END_VISIT (SchemaPrefix) in DEFAULT_END_VISIT() argument
H A Dparsenode_print_xml_visitor.cpp808 BEGIN_END_TAG (SchemaPrefix) in END_TAG()
H A Dparsenode_print_dot_visitor.cpp926 void *ParseNodePrintDOTVisitor::begin_visit(const SchemaPrefix &n) in begin_visit()
2782 void ParseNodePrintDOTVisitor::end_visit(const SchemaPrefix&, void*) in end_visit() argument
H A Dparsenode_print_xqdoc_visitor.cpp1493 XQDOC_NO_BEGIN_END_TAG (SchemaPrefix)
/dports/devel/fpc-odata/fpc-3.2.2/packages/odata/utils/
H A Dedmx2pas.pp2093 ONS,NS, CN, SchemaPrefix : String;
2104 SchemaPrefix:=FlattenName(NS);
2125 CN,SchemaPrefix : String;
2145 SchemaPrefix:=FlattenName(NS);
2149 CN:=CreateIdentifierName(ASchema,SchemaPrefix,ENUT.Name);
2157 CN:=CreateIdentifierName(ASchema,SchemaPrefix,CT.Name);
2179 SchemaPrefix:=FlattenName(NS);
2195 CN:=CreateIdentifierName(ASchema,SchemaPrefix,EC.Name);
2392 BTN,SchemaPrefix,ONS,NS,ESN,CN,TN : String;
2404 SchemaPrefix:=FlattenName(NS);
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/odata/utils/
H A Dedmx2pas.pp2093 ONS,NS, CN, SchemaPrefix : String;
2104 SchemaPrefix:=FlattenName(NS);
2125 CN,SchemaPrefix : String;
2145 SchemaPrefix:=FlattenName(NS);
2149 CN:=CreateIdentifierName(ASchema,SchemaPrefix,ENUT.Name);
2157 CN:=CreateIdentifierName(ASchema,SchemaPrefix,CT.Name);
2179 SchemaPrefix:=FlattenName(NS);
2195 CN:=CreateIdentifierName(ASchema,SchemaPrefix,EC.Name);
2392 BTN,SchemaPrefix,ONS,NS,ESN,CN,TN : String;
2404 SchemaPrefix:=FlattenName(NS);
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h370 DECL_CONCRETE_VISIT (SchemaPrefix);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y658 %type <node> SchemaPrefix
920 …Decl SIND_DeclList SchemaAttributeTest SchemaElementTest SchemaImport SchemaPrefix SequenceType Se…
1388 IMPORT SCHEMA SchemaPrefix URI_LITERAL
1391 dynamic_cast<SchemaPrefix*>($3),
1404 IMPORT SCHEMA SchemaPrefix URI_LITERAL AT URILiteralList
1407 dynamic_cast<SchemaPrefix*>($3),
1432 SchemaPrefix :
1435 $$ = new SchemaPrefix( LOC(@$), SYMTAB($2) );
1440 $$ = new SchemaPrefix( LOC(@$), true );
H A Dxquery_parser.cpp3427 dynamic_cast<SchemaPrefix*>((yysemantic_stack_[(4) - (3)].node)), in parse()
3451 dynamic_cast<SchemaPrefix*>((yysemantic_stack_[(6) - (3)].node)), in parse()
3485 (yyval.node) = new SchemaPrefix( LOC((yyloc)), SYMTAB((yysemantic_stack_[(3) - (2)].sval)) ); in parse()
3494 (yyval.node) = new SchemaPrefix( LOC((yyloc)), true ); in parse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp2117 const SchemaPrefix* prefix, in import_schema()
2269 SchemaPrefix lPrefix(aLoc, lPrefixStr); in import_schema_auto_prefix()
2907 void* begin_visit(const SchemaPrefix& v) in begin_visit()
2913 void end_visit(const SchemaPrefix& v, void* /*visit_state*/) in end_visit()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/parser/
H A Dquerytransformparser.ypp2022 SchemaImport: IMPORT SCHEMA SchemaPrefix URILiteral FileLocations Separator /* [21] */
2030 SchemaPrefix: /* empty */ /* [22] */
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/parser/
H A Dquerytransformparser.ypp2018 SchemaImport: T_IMPORT T_SCHEMA SchemaPrefix URILiteral FileLocations Separator /* [21] */
2026 SchemaPrefix: /* empty */ /* [22] */