72 void search(
bool is_phase1);
75 virtual void print(
const String& lang,std::ostream& o)
const =0;
87 ARCCORE_DEPRECATED_2019(
"Do not use subDomain(). Try to get subDomain from an other way.")
91 ARCANE_DEPRECATED_REASON("Y2023: use caseMng()->caseDocument() instead.")
98 void setRootElement(const
XmlNode& root_element);
107 Integer minOccurs() const;
110 Integer maxOccurs() const;
120 virtual
void updateFromFunction(Real current_time,Integer current_iteration) =0;
129 void addAlternativeNodeName(const
String& lang,const
String& name);
132 void addDefaultValue(const
String& category,const
String& value);
138 void checkIsInitialized()
const { _checkIsInitialized(); }
143 String _defaultValue()
const;
145 void _setDefaultValue(
const String& def_value);
149 virtual void _search(
bool is_phase1) =0;
150 void _setIsInitialized();
151 bool _isInitialized()
const;
152 void _checkIsInitialized()
const;
153 void _checkMinMaxOccurs(Integer nb_occur);
154 String _xpathFullName()
const;
162 void _setTranslatedName();
163 void _setCategoryDefaultValue();
virtual void print(const String &lang, std::ostream &o) const =0
Imprime la valeur de l'option dans le langage lang,sur le flot o.
Interface du gestionnaire d'un sous-domaine.