Lines Matching refs:Added
22 - Added the TiXmlAttributeSet class to pull the attributes into
28 - Added the "NodeType"
31 - Added the TiXmlDeclaration class to read xml declarations.
36 - Added FirstChildElement and NextSiblingElement, because they
43 - Added the "Clear" method on a node to delete all its children.
50 - Added the TIXML prefix to the error strings to resolve conflicts
72 - Added a switch to enable or disable the ignoring of white space. ( TiXmlDocument::SetIgnoreWhiteS…
74 - Added a stream out operator.
75 - Added a stream in operator.
84 - Added missing licence text. Thanks to Lars Willemsens.
85 - Added <ctype.h> include, at the suggestion of Steve Walters.
128 - I have too long not included the dsw. Added.
142 - Added the TiXmlHandle. An easy, safe way to browse XML DOMs with less code.
143 - Added QueryAttribute calls which have better error messaging. (Proposed by Fletcher Dunn)
161 - Added encoding detection.
164 - Added version # constants - a suggestion from JP and Ellers.
197 - Added GetText() convenience function. Thanks Ilya Parniuk & Andrew Ellers for input.
200 - Added ValueStr() to get the value of a node as a string.