Home
last modified time | relevance | path

Searched refs:_valmode (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.cpp2797 zstring const& _valmode, in ValidateExpr() argument
2801 valmode(_valmode=="lax" ? ParseConstants::val_lax : ParseConstants::val_strict), in ValidateExpr()
2807 rchandle<QName> _valmode, in ValidateExpr() argument
2813 if (_valmode->get_qname() == "lax") in ValidateExpr()
2815 else if (_valmode->get_qname() == "strict") in ValidateExpr()
2820 type_name = _valmode; in ValidateExpr()
H A Dparsenodes.h3425 zstring const& _valmode,
3430 rchandle<QName> _valmode,