Lines Matching defs:text

349     XMLCSTR getText(int i=0) const;                                ///< return ith text field
350 int nText() const; ///< nbr of text field
376 XMLNodeContents enumContents(XMLElementPosition i) const; ///< enumerate all the different contents (attribute,child,text, clear) of the current XMLNode. The order is reflecting the order of the original file/string. NOTE: 0 <= i < nElement();
397 * the position where the childNode, the text or the XMLClearTag will be inserted. The default value (pos=-1) inserts at the
410 XMLCSTR addText(XMLCSTR lpszValue, XMLElementPosition pos=-1); ///< Add a new text content
427 XMLCSTR updateText(XMLCSTR lpszNewValue, int i=0); ///< if the text to update is missing, a new one will be added
428 XMLCSTR updateText(XMLCSTR lpszNewValue, XMLCSTR lpszOldValue); ///< if the text to update is missing, a new one will be added
445 void deleteText(int i=0); ///< Delete the Ith text content of the current XMLNode
446 void deleteText(XMLCSTR lpszValue); ///< Delete the text content "lpszValue" inside the current XMLNode (direct "pointer-to-pointer" comparison is used to find the right text)
484 XMLCSTR addText_WOSD(XMLSTR lpszValue, XMLElementPosition pos=-1); ///< Add a new text content
491 XMLCSTR updateText_WOSD(XMLSTR lpszNewValue, int i=0); ///< if the text to update is missing, a new one will be added
492 XMLCSTR updateText_WOSD(XMLSTR lpszNewValue, XMLCSTR lpszOldValue); ///< if the text to update is missing, a new one will be added
500 * These are some useful functions when you want to insert a childNode, a text or a XMLClearTag in the
549 * @param dropWhiteSpace In most situations, text fields containing only white spaces (and carriage returns)
550 * are useless. Even more, these "empty" text fields are annoying because they increase the
552 * the "empty" text fields. However The XML specification indicates that no white spaces
601 nText, // Number of text fields
607 XMLCSTR *pText; // Array of text fields
640 XMLCSTR text;
717 * standard text (using "encode"). To retrieve the original binary data from the
718 * b64-encoded text included inside the XML file, use "decode". Alternatively, these