Home | History | Annotate | Download | only in tinyxml

Lines Matching defs:Next

363 	// Return true if the next characters in the stream are any of the endTag sequences.
559 the next one. If the previous child is null, it returns the
631 const TiXmlNode* NextSibling() const { return next; }
632 TiXmlNode* NextSibling() { return next; }
764 TiXmlNode* next;
788 prev = next = 0;
798 prev = next = 0;
808 prev = next = 0;
848 /// Get the next sibling attribute in the DOM. Returns null at end.
849 const TiXmlAttribute* Next() const;
850 TiXmlAttribute* Next() {
851 return const_cast< TiXmlAttribute* >( (const_cast< const TiXmlAttribute* >(this))->Next() );
865 returns: the next char after the value end quote
887 TiXmlAttribute* next;
896 which has to implement a next() and previous() method. Which makes
912 const TiXmlAttribute* First() const { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; }
913 TiXmlAttribute* First() { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; }
1128 /* Attribtue parsing starts: next char past '<'
1129 returns: next char past '>'
1182 returns: next char past '>'
1207 /** XML text. A text node can have 2 ways to output the next. "normal" output