From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
 
(Importing a new version from external source)
Line 2: Line 2:
 
'''Data:'''<br/>
 
'''Data:'''<br/>
 
Options for XML-file loading (enum — XMLNode::LoadFlgs):
 
Options for XML-file loading (enum — XMLNode::LoadFlgs):
* ''XMLNode::LD_Full'' — load XML full;
+
* ''XMLNode::LD_Full'' (0x01) — load XML full;
* ''XMLNode::LD_NoTxtSpcRemEnBeg'' — no remove spaces for begin and end tag's text, for not full mode.
+
* ''XMLNode::LD_NoTxtSpcRemEnBeg'' (0x02) — no remove spaces for begin and end tag's text, for not full mode.

Revision as of 08:48, 26 October 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Documents/API)
=== {{Anch|XMLNode|XML-tag (XMLNode)}} ===
'''Data:'''<br/>
Options for XML-file loading (enum — XMLNode::LoadFlgs):
* ''XMLNode::LD_NO'' (0x00) — no the loading flag;
* ''XMLNode::LD_Full'' (0x01) — load XML full;
* ''XMLNode::LD_NoTxtSpcRemEnBeg'' (0x02) — no remove spaces for begin and end tag's text, for not full mode.
Translation=== {{Anch|XMLNode|XML-tag (XMLNode)}} ===
'''Data:'''<br/>
Options for XML-file loading (enum — XMLNode::LoadFlgs):
* ''XMLNode::LD_Full'' (0x01) — load XML full;
* ''XMLNode::LD_NoTxtSpcRemEnBeg'' (0x02) — no remove spaces for begin and end tag's text, for not full mode.

XML-tag (XMLNode)

Data:
Options for XML-file loading (enum — XMLNode::LoadFlgs):

  • XMLNode::LD_Full (0x01) — load XML full;
  • XMLNode::LD_NoTxtSpcRemEnBeg (0x02) — no remove spaces for begin and end tag's text, for not full mode.