Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::XmlElementContentChecker Class Reference

Checks the validity of content between elements. More...

Public Member Functions

 XmlElementContentChecker (ICaseDocumentFragment *cd, ITraceMng *tm)
void check (XmlNode element)
 Checks the validity of child elements of element.

Detailed Description

Checks the validity of content between elements.

This class allows checking that there are no character strings between elements.

For example, the following text is invalid: for a complex option 'toto' containing two options 'x' and 'y', the following text is considered invalid: <toto>ABCD<x>A</x><y></y></toto> because 'ABCD' will not be used, which can be misleading for the user. Only text nodes containing whitespace characters are tolerated between elements.

Definition at line 58 of file CaseOptionList.cc.

Constructor & Destructor Documentation

◆ XmlElementContentChecker()

Arcane::XmlElementContentChecker::XmlElementContentChecker ( ICaseDocumentFragment * cd,
ITraceMng * tm )
inline

Definition at line 62 of file CaseOptionList.cc.

Member Function Documentation

◆ check()


The documentation for this class was generated from the following file: