123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725 |
- /*
- www.sourceforge.net/projects/tinyxml
- Original code by Lee Thomason (www.grinninglizard.com)
- This software is provided 'as-is', without any express or implied
- warranty. In no event will the authors be held liable for any
- damages arising from the use of this software.
- Permission is granted to anyone to use this software for any
- purpose, including commercial applications, and to alter it and
- redistribute it freely, subject to the following restrictions:
- 1. The origin of this software must not be misrepresented; you must
- not claim that you wrote the original software. If you use this
- software in a product, an acknowledgment in the product documentation
- would be appreciated but is not required.
- 2. Altered source versions must be plainly marked as such, and
- must not be misrepresented as being the original software.
- 3. This notice may not be removed or altered from any source
- distribution.
- */
- /*#include <ctype.h>
- #ifdef TIXML_USE_STL
- #include <sstream>
- #include <iostream>
- #endif*/
- #include "tinyxml.h"
- #include "console/console.h"
- bool TiXmlBase::condenseWhiteSpace = true;
- void TiXmlBase::EncodeString( const TIXML_STRING& str, TIXML_STRING* outString )
- {
- int i=0;
- while( i<(int)str.length() )
- {
- unsigned char c = (unsigned char) str[i];
- if ( c == '&'
- && i < ( (int)str.length() - 2 )
- && str[i+1] == '#'
- && str[i+2] == 'x' )
- {
- // Hexadecimal character reference.
- // Pass through unchanged.
- // © -- copyright symbol, for example.
- //
- // The -1 is a bug fix from Rob Laveaux. It keeps
- // an overflow from happening if there is no ';'.
- // There are actually 2 ways to exit this loop -
- // while fails (error case) and break (semicolon found).
- // However, there is no mechanism (currently) for
- // this function to return an error.
- while ( i<(int)str.length()-1 )
- {
- outString->append( str.c_str() + i, 1 );
- ++i;
- if ( str[i] == ';' )
- break;
- }
- }
- else if ( c == '&' )
- {
- outString->append( entity[0].str, entity[0].strLength );
- ++i;
- }
- else if ( c == '<' )
- {
- outString->append( entity[1].str, entity[1].strLength );
- ++i;
- }
- else if ( c == '>' )
- {
- outString->append( entity[2].str, entity[2].strLength );
- ++i;
- }
- else if ( c == '\"' )
- {
- outString->append( entity[3].str, entity[3].strLength );
- ++i;
- }
- else if ( c == '\'' )
- {
- outString->append( entity[4].str, entity[4].strLength );
- ++i;
- }
- else if ( c < 32 )
- {
- // Easy pass at non-alpha/numeric/symbol
- // Below 32 is symbolic.
- char buf[ 32 ];
-
- #if defined(TIXML_SNPRINTF)
- TIXML_SNPRINTF( buf, sizeof(buf), "&#x%02X;", (unsigned) ( c & 0xff ) );
- #else
- sprintf( buf, "&#x%02X;", (unsigned) ( c & 0xff ) );
- #endif
- //*ME: warning C4267: convert 'size_t' to 'int'
- //*ME: Int-Cast to make compiler happy ...
- outString->append( buf, (int)strlen( buf ) );
- ++i;
- }
- else
- {
- //char realc = (char) c;
- //outString->append( &realc, 1 );
- *outString += (char) c; // somewhat more efficient function call.
- ++i;
- }
- }
- }
- TiXmlNode::TiXmlNode( NodeType _type ) : TiXmlBase()
- {
- parent = 0;
- type = _type;
- firstChild = 0;
- lastChild = 0;
- prev = 0;
- next = 0;
- }
- TiXmlNode::~TiXmlNode()
- {
- TiXmlNode* node = firstChild;
- TiXmlNode* temp = 0;
- while ( node )
- {
- temp = node;
- node = node->next;
- delete temp;
- }
- }
- void TiXmlNode::CopyTo( TiXmlNode* target ) const
- {
- target->SetValue (value.c_str() );
- target->userData = userData;
- target->location = location;
- }
- void TiXmlNode::Clear()
- {
- TiXmlNode* node = firstChild;
- TiXmlNode* temp = 0;
- while ( node )
- {
- temp = node;
- node = node->next;
- delete temp;
- }
- firstChild = 0;
- lastChild = 0;
- }
- TiXmlNode* TiXmlNode::LinkEndChild( TiXmlNode* node )
- {
- assert( node->parent == 0 || node->parent == this );
- assert( node->GetDocument() == 0 || node->GetDocument() == this->GetDocument() );
- if ( node->Type() == TiXmlNode::TINYXML_DOCUMENT )
- {
- delete node;
- if ( GetDocument() )
- GetDocument()->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN );
- return 0;
- }
- node->parent = this;
- node->prev = lastChild;
- node->next = 0;
- if ( lastChild )
- lastChild->next = node;
- else
- firstChild = node; // it was an empty list.
- lastChild = node;
- return node;
- }
- TiXmlNode* TiXmlNode::InsertEndChild( const TiXmlNode& addThis )
- {
- if ( addThis.Type() == TiXmlNode::TINYXML_DOCUMENT )
- {
- if ( GetDocument() )
- GetDocument()->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN );
- return 0;
- }
- TiXmlNode* node = addThis.Clone();
- if ( !node )
- return 0;
- return LinkEndChild( node );
- }
- TiXmlNode* TiXmlNode::InsertBeforeChild( TiXmlNode* beforeThis, const TiXmlNode& addThis )
- {
- if ( !beforeThis || beforeThis->parent != this ) {
- return 0;
- }
- if ( addThis.Type() == TiXmlNode::TINYXML_DOCUMENT )
- {
- if ( GetDocument() )
- GetDocument()->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN );
- return 0;
- }
- TiXmlNode* node = addThis.Clone();
- if ( !node )
- return 0;
- node->parent = this;
- node->next = beforeThis;
- node->prev = beforeThis->prev;
- if ( beforeThis->prev )
- {
- beforeThis->prev->next = node;
- }
- else
- {
- assert( firstChild == beforeThis );
- firstChild = node;
- }
- beforeThis->prev = node;
- return node;
- }
- TiXmlNode* TiXmlNode::InsertAfterChild( TiXmlNode* afterThis, const TiXmlNode& addThis )
- {
- if ( !afterThis || afterThis->parent != this ) {
- return 0;
- }
- if ( addThis.Type() == TiXmlNode::TINYXML_DOCUMENT )
- {
- if ( GetDocument() )
- GetDocument()->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN );
- return 0;
- }
- TiXmlNode* node = addThis.Clone();
- if ( !node )
- return 0;
- node->parent = this;
- node->prev = afterThis;
- node->next = afterThis->next;
- if ( afterThis->next )
- {
- afterThis->next->prev = node;
- }
- else
- {
- assert( lastChild == afterThis );
- lastChild = node;
- }
- afterThis->next = node;
- return node;
- }
- TiXmlNode* TiXmlNode::ReplaceChild( TiXmlNode* replaceThis, const TiXmlNode& withThis )
- {
- if ( !replaceThis )
- return 0;
- if ( replaceThis->parent != this )
- return 0;
- if ( withThis.ToDocument() ) {
- // A document can never be a child. Thanks to Noam.
- TiXmlDocument* document = GetDocument();
- if ( document )
- document->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN );
- return 0;
- }
- TiXmlNode* node = withThis.Clone();
- if ( !node )
- return 0;
- node->next = replaceThis->next;
- node->prev = replaceThis->prev;
- if ( replaceThis->next )
- replaceThis->next->prev = node;
- else
- lastChild = node;
- if ( replaceThis->prev )
- replaceThis->prev->next = node;
- else
- firstChild = node;
- delete replaceThis;
- node->parent = this;
- return node;
- }
- bool TiXmlNode::RemoveChild( TiXmlNode* removeThis )
- {
- if ( !removeThis ) {
- return false;
- }
- if ( removeThis->parent != this )
- {
- assert( 0 );
- return false;
- }
- if ( removeThis->next )
- removeThis->next->prev = removeThis->prev;
- else
- lastChild = removeThis->prev;
- if ( removeThis->prev )
- removeThis->prev->next = removeThis->next;
- else
- firstChild = removeThis->next;
- delete removeThis;
- return true;
- }
- const TiXmlNode* TiXmlNode::FirstChild( const char * _value ) const
- {
- const TiXmlNode* node;
- for ( node = firstChild; node; node = node->next )
- {
- if ( strcmp( node->Value(), _value ) == 0 )
- return node;
- }
- return 0;
- }
- const TiXmlNode* TiXmlNode::LastChild( const char * _value ) const
- {
- const TiXmlNode* node;
- for ( node = lastChild; node; node = node->prev )
- {
- if ( strcmp( node->Value(), _value ) == 0 )
- return node;
- }
- return 0;
- }
- const TiXmlNode* TiXmlNode::IterateChildren( const TiXmlNode* previous ) const
- {
- if ( !previous )
- {
- return FirstChild();
- }
- else
- {
- assert( previous->parent == this );
- return previous->NextSibling();
- }
- }
- const TiXmlNode* TiXmlNode::IterateChildren( const char * val, const TiXmlNode* previous ) const
- {
- if ( !previous )
- {
- return FirstChild( val );
- }
- else
- {
- assert( previous->parent == this );
- return previous->NextSibling( val );
- }
- }
- const TiXmlNode* TiXmlNode::NextSibling( const char * _value ) const
- {
- const TiXmlNode* node;
- for ( node = next; node; node = node->next )
- {
- if ( strcmp( node->Value(), _value ) == 0 )
- return node;
- }
- return 0;
- }
- const TiXmlNode* TiXmlNode::PreviousSibling( const char * _value ) const
- {
- const TiXmlNode* node;
- for ( node = prev; node; node = node->prev )
- {
- if ( strcmp( node->Value(), _value ) == 0 )
- return node;
- }
- return 0;
- }
- void TiXmlElement::RemoveAttribute( const char * name )
- {
- #ifdef TIXML_USE_STL
- TIXML_STRING str( name );
- TiXmlAttribute* node = attributeSet.Find( str );
- #else
- TiXmlAttribute* node = attributeSet.Find( name );
- #endif
- if ( node )
- {
- attributeSet.Remove( node );
- delete node;
- }
- }
- const TiXmlElement* TiXmlNode::FirstChildElement() const
- {
- const TiXmlNode* node;
- for ( node = FirstChild();
- node;
- node = node->NextSibling() )
- {
- if ( node->ToElement() )
- return node->ToElement();
- }
- return 0;
- }
- const TiXmlElement* TiXmlNode::FirstChildElement( const char * _value ) const
- {
- const TiXmlNode* node;
- for ( node = FirstChild( _value );
- node;
- node = node->NextSibling( _value ) )
- {
- if ( node->ToElement() )
- return node->ToElement();
- }
- return 0;
- }
- const TiXmlElement* TiXmlNode::NextSiblingElement() const
- {
- const TiXmlNode* node;
- for ( node = NextSibling();
- node;
- node = node->NextSibling() )
- {
- if ( node->ToElement() )
- return node->ToElement();
- }
- return 0;
- }
- const TiXmlElement* TiXmlNode::NextSiblingElement( const char * _value ) const
- {
- const TiXmlNode* node;
- for ( node = NextSibling( _value );
- node;
- node = node->NextSibling( _value ) )
- {
- if ( node->ToElement() )
- return node->ToElement();
- }
- return 0;
- }
- const TiXmlDocument* TiXmlNode::GetDocument() const
- {
- const TiXmlNode* node;
- for( node = this; node; node = node->parent )
- {
- if ( node->ToDocument() )
- return node->ToDocument();
- }
- return 0;
- }
- TiXmlElement::TiXmlElement (const char * _value)
- : TiXmlNode( TiXmlNode::TINYXML_ELEMENT )
- {
- firstChild = lastChild = 0;
- value = _value;
- }
- #ifdef TIXML_USE_STL
- TiXmlElement::TiXmlElement( const std::string& _value )
- : TiXmlNode( TiXmlNode::TINYXML_ELEMENT )
- {
- firstChild = lastChild = 0;
- value = _value;
- }
- #endif
- TiXmlElement::TiXmlElement( const TiXmlElement& copy)
- : TiXmlNode( TiXmlNode::TINYXML_ELEMENT )
- {
- firstChild = lastChild = 0;
- copy.CopyTo( this );
- }
- TiXmlElement& TiXmlElement::operator=( const TiXmlElement& base )
- {
- ClearThis();
- base.CopyTo( this );
- return *this;
- }
- TiXmlElement::~TiXmlElement()
- {
- ClearThis();
- }
- void TiXmlElement::ClearThis()
- {
- Clear();
- while( attributeSet.First() )
- {
- TiXmlAttribute* node = attributeSet.First();
- attributeSet.Remove( node );
- delete node;
- }
- }
- const char* TiXmlElement::Attribute( const char* name ) const
- {
- const TiXmlAttribute* node = attributeSet.Find( name );
- if ( node )
- return node->Value();
- return 0;
- }
- #ifdef TIXML_USE_STL
- const std::string* TiXmlElement::Attribute( const std::string& name ) const
- {
- const TiXmlAttribute* attrib = attributeSet.Find( name );
- if ( attrib )
- return &attrib->ValueStr();
- return 0;
- }
- #endif
- const char* TiXmlElement::Attribute( const char* name, int* i ) const
- {
- const TiXmlAttribute* attrib = attributeSet.Find( name );
- const char* result = 0;
- if ( attrib ) {
- result = attrib->Value();
- if ( i ) {
- attrib->QueryIntValue( i );
- }
- }
- return result;
- }
- #ifdef TIXML_USE_STL
- const std::string* TiXmlElement::Attribute( const std::string& name, int* i ) const
- {
- const TiXmlAttribute* attrib = attributeSet.Find( name );
- const std::string* result = 0;
- if ( attrib ) {
- result = &attrib->ValueStr();
- if ( i ) {
- attrib->QueryIntValue( i );
- }
- }
- return result;
- }
- #endif
- const char* TiXmlElement::Attribute( const char* name, double* d ) const
- {
- const TiXmlAttribute* attrib = attributeSet.Find( name );
- const char* result = 0;
- if ( attrib ) {
- result = attrib->Value();
- if ( d ) {
- attrib->QueryDoubleValue( d );
- }
- }
- return result;
- }
- #ifdef TIXML_USE_STL
- const std::string* TiXmlElement::Attribute( const std::string& name, double* d ) const
- {
- const TiXmlAttribute* attrib = attributeSet.Find( name );
- const std::string* result = 0;
- if ( attrib ) {
- result = &attrib->ValueStr();
- if ( d ) {
- attrib->QueryDoubleValue( d );
- }
- }
- return result;
- }
- #endif
- int TiXmlElement::QueryIntAttribute( const char* name, int* ival ) const
- {
- const TiXmlAttribute* attrib = attributeSet.Find( name );
- if ( !attrib )
- return TIXML_NO_ATTRIBUTE;
- return attrib->QueryIntValue( ival );
- }
- int TiXmlElement::QueryUnsignedAttribute( const char* name, unsigned* value ) const
- {
- const TiXmlAttribute* node = attributeSet.Find( name );
- if ( !node )
- return TIXML_NO_ATTRIBUTE;
- int ival = 0;
- int result = node->QueryIntValue( &ival );
- *value = (unsigned)ival;
- return result;
- }
- int TiXmlElement::QueryBoolAttribute( const char* name, bool* bval ) const
- {
- const TiXmlAttribute* node = attributeSet.Find( name );
- if ( !node )
- return TIXML_NO_ATTRIBUTE;
-
- int result = TIXML_WRONG_TYPE;
- if ( StringEqual( node->Value(), "true", true, TIXML_ENCODING_UNKNOWN )
- || StringEqual( node->Value(), "yes", true, TIXML_ENCODING_UNKNOWN )
- || StringEqual( node->Value(), "1", true, TIXML_ENCODING_UNKNOWN ) )
- {
- *bval = true;
- result = TIXML_SUCCESS;
- }
- else if ( StringEqual( node->Value(), "false", true, TIXML_ENCODING_UNKNOWN )
- || StringEqual( node->Value(), "no", true, TIXML_ENCODING_UNKNOWN )
- || StringEqual( node->Value(), "0", true, TIXML_ENCODING_UNKNOWN ) )
- {
- *bval = false;
- result = TIXML_SUCCESS;
- }
- return result;
- }
- #ifdef TIXML_USE_STL
- int TiXmlElement::QueryIntAttribute( const std::string& name, int* ival ) const
- {
- const TiXmlAttribute* attrib = attributeSet.Find( name );
- if ( !attrib )
- return TIXML_NO_ATTRIBUTE;
- return attrib->QueryIntValue( ival );
- }
- #endif
- int TiXmlElement::QueryDoubleAttribute( const char* name, double* dval ) const
- {
- const TiXmlAttribute* attrib = attributeSet.Find( name );
- if ( !attrib )
- return TIXML_NO_ATTRIBUTE;
- return attrib->QueryDoubleValue( dval );
- }
- #ifdef TIXML_USE_STL
- int TiXmlElement::QueryDoubleAttribute( const std::string& name, double* dval ) const
- {
- const TiXmlAttribute* attrib = attributeSet.Find( name );
- if ( !attrib )
- return TIXML_NO_ATTRIBUTE;
- return attrib->QueryDoubleValue( dval );
- }
- #endif
- void TiXmlElement::SetAttribute( const char * name, int val )
- {
- TiXmlAttribute* attrib = attributeSet.FindOrCreate( name );
- if ( attrib ) {
- attrib->SetIntValue( val );
- }
- }
- #ifdef TIXML_USE_STL
- void TiXmlElement::SetAttribute( const std::string& name, int val )
- {
- TiXmlAttribute* attrib = attributeSet.FindOrCreate( name );
- if ( attrib ) {
- attrib->SetIntValue( val );
- }
- }
- #endif
- void TiXmlElement::SetDoubleAttribute( const char * name, double val )
- {
- TiXmlAttribute* attrib = attributeSet.FindOrCreate( name );
- if ( attrib ) {
- attrib->SetDoubleValue( val );
- }
- }
- #ifdef TIXML_USE_STL
- void TiXmlElement::SetDoubleAttribute( const std::string& name, double val )
- {
- TiXmlAttribute* attrib = attributeSet.FindOrCreate( name );
- if ( attrib ) {
- attrib->SetDoubleValue( val );
- }
- }
- #endif
- void TiXmlElement::SetAttribute( const char * cname, const char * cvalue )
- {
- TiXmlAttribute* attrib = attributeSet.FindOrCreate( cname );
- if ( attrib ) {
- attrib->SetValue( cvalue );
- }
- }
- #ifdef TIXML_USE_STL
- void TiXmlElement::SetAttribute( const std::string& _name, const std::string& _value )
- {
- TiXmlAttribute* attrib = attributeSet.FindOrCreate( _name );
- if ( attrib ) {
- attrib->SetValue( _value );
- }
- }
- #endif
- void TiXmlElement::Print( FileStream& stream, int depth ) const
- {
- int i;
- for ( i=0; i<depth; i++ ) {
- stream.writeString( " " );
- }
- stream.writeFormattedBuffer( "<%s", value.c_str() );
- const TiXmlAttribute* attrib;
- for ( attrib = attributeSet.First(); attrib; attrib = attrib->Next() )
- {
- stream.writeString("\n");
- attrib->Print( stream, depth+1 );
- }
- // There are 3 different formatting approaches:
- // 1) An element without children is printed as a <foo /> node
- // 2) An element with only a text child is printed as <foo> text </foo>
- // 3) An element with children is printed on multiple lines.
- TiXmlNode* node;
- if ( !firstChild )
- {
- stream.writeString( " />" );
- }
- else if ( firstChild == lastChild && firstChild->ToText() )
- {
- stream.writeString(">");
- firstChild->Print( stream, depth + 1 );
- stream.writeFormattedBuffer( "</%s>", value.c_str() );
- }
- else
- {
- stream.writeString(">");
- for ( node = firstChild; node; node=node->NextSibling() )
- {
- if ( !node->ToText() )
- {
- stream.writeString("\n");
- }
- node->Print( stream, depth+1 );
- }
- stream.writeString("\n");
- for( i=0; i<depth; ++i ) {
- stream.writeString( " " );
- }
- stream.writeFormattedBuffer( "</%s>", value.c_str() );
- }
- }
- void TiXmlElement::CopyTo( TiXmlElement* target ) const
- {
- // superclass:
- TiXmlNode::CopyTo( target );
- // Element class:
- // Clone the attributes, then clone the children.
- const TiXmlAttribute* attribute = 0;
- for( attribute = attributeSet.First();
- attribute;
- attribute = attribute->Next() )
- {
- target->SetAttribute( attribute->Name(), attribute->Value() );
- }
- TiXmlNode* node = 0;
- for ( node = firstChild; node; node = node->NextSibling() )
- {
- target->LinkEndChild( node->Clone() );
- }
- }
- bool TiXmlElement::Accept( TiXmlVisitor* visitor ) const
- {
- if ( visitor->VisitEnter( *this, attributeSet.First() ) )
- {
- for ( const TiXmlNode* node=FirstChild(); node; node=node->NextSibling() )
- {
- if ( !node->Accept( visitor ) )
- break;
- }
- }
- return visitor->VisitExit( *this );
- }
- TiXmlNode* TiXmlElement::Clone() const
- {
- TiXmlElement* clone = new TiXmlElement( Value() );
- if ( !clone )
- return 0;
- CopyTo( clone );
- return clone;
- }
- const char* TiXmlElement::GetText() const
- {
- const TiXmlNode* child = this->FirstChild();
- if ( child ) {
- const TiXmlText* childText = child->ToText();
- if ( childText ) {
- return childText->Value();
- }
- }
- return 0;
- }
- TiXmlDocument::TiXmlDocument() : TiXmlNode( TiXmlNode::TINYXML_DOCUMENT )
- {
- tabsize = 4;
- useMicrosoftBOM = false;
- ClearError();
- }
- TiXmlDocument::TiXmlDocument( const char * documentName ) : TiXmlNode( TiXmlNode::TINYXML_DOCUMENT )
- {
- tabsize = 4;
- useMicrosoftBOM = false;
- value = documentName;
- ClearError();
- }
- #ifdef TIXML_USE_STL
- TiXmlDocument::TiXmlDocument( const std::string& documentName ) : TiXmlNode( TiXmlNode::TINYXML_DOCUMENT )
- {
- tabsize = 4;
- useMicrosoftBOM = false;
- value = documentName;
- ClearError();
- }
- #endif
- TiXmlDocument::TiXmlDocument( const TiXmlDocument& copy ) : TiXmlNode( TiXmlNode::TINYXML_DOCUMENT )
- {
- copy.CopyTo( this );
- }
- TiXmlDocument& TiXmlDocument::operator=( const TiXmlDocument& copy )
- {
- Clear();
- copy.CopyTo( this );
- return *this;
- }
- bool TiXmlDocument::LoadFile( TiXmlEncoding encoding )
- {
- return LoadFile( Value(), encoding );
- }
- bool TiXmlDocument::SaveFile() const
- {
- return SaveFile( Value() );
- }
- bool TiXmlDocument::LoadFile( const char* _filename, TiXmlEncoding encoding )
- {
- TIXML_STRING filename( _filename );
- value = filename;
- // reading in binary mode so that tinyxml can normalize the EOL
- FileStream stream;
- const bool status = stream.open(_filename, Torque::FS::File::Read);
- if ( status )
- {
- bool result = LoadFile( stream, encoding );
- stream.close();
- return result;
- }
- else
- {
- SetError( TIXML_ERROR_OPENING_FILE, 0, 0, TIXML_ENCODING_UNKNOWN );
- return false;
- }
- }
- bool TiXmlDocument::LoadFile( FileStream &stream, TiXmlEncoding encoding )
- {
- // Delete the existing data:
- Clear();
- location.Clear();
- // Get the file size, so we can pre-allocate the string. HUGE speed impact.
- long length = stream.getStreamSize();
- // Strange case, but good to handle up front.
- if ( length <= 0 )
- {
- SetError( TIXML_ERROR_DOCUMENT_EMPTY, 0, 0, TIXML_ENCODING_UNKNOWN );
- return false;
- }
- // Subtle bug here. TinyXml did use fgets. But from the XML spec:
- // 2.11 End-of-Line Handling
- // <snip>
- // <quote>
- // ...the XML processor MUST behave as if it normalized all line breaks in external
- // parsed entities (including the document entity) on input, before parsing, by translating
- // both the two-character sequence #xD #xA and any #xD that is not followed by #xA to
- // a single #xA character.
- // </quote>
- //
- // It is not clear fgets does that, and certainly isn't clear it works cross platform.
- // Generally, you expect fgets to translate from the convention of the OS to the c/unix
- // convention, and not work generally.
- /*
- while( fgets( buf, sizeof(buf), file ) )
- {
- data += buf;
- }
- */
- char* buf = new char[ length+1 ];
- buf[0] = 0;
- if ( !stream.read( (U32)length, buf ) ) {
- delete [] buf;
- SetError( TIXML_ERROR_OPENING_FILE, 0, 0, TIXML_ENCODING_UNKNOWN );
- return false;
- }
- // Process the buffer in place to normalize new lines. (See comment above.)
- // Copies from the 'p' to 'q' pointer, where p can advance faster if
- // a newline-carriage return is hit.
- //
- // Wikipedia:
- // Systems based on ASCII or a compatible character set use either LF (Line feed, '\n', 0x0A, 10 in decimal) or
- // CR (Carriage return, '\r', 0x0D, 13 in decimal) individually, or CR followed by LF (CR+LF, 0x0D 0x0A)...
- // * LF: Multics, Unix and Unix-like systems (GNU/Linux, AIX, Xenix, Mac OS X, FreeBSD, etc.), BeOS, Amiga, RISC OS, and others
- // * CR+LF: DEC RT-11 and most other early non-Unix, non-IBM OSes, CP/M, MP/M, DOS, OS/2, Microsoft Windows, Symbian OS
- // * CR: Commodore 8-bit machines, Apple II family, Mac OS up to version 9 and OS-9
- const char* p = buf; // the read head
- char* q = buf; // the write head
- const char CR = 0x0d;
- const char LF = 0x0a;
- buf[length] = 0;
- while( *p ) {
- assert( p < (buf+length) );
- assert( q <= (buf+length) );
- assert( q <= p );
- if ( *p == CR ) {
- *q++ = LF;
- p++;
- if ( *p == LF ) { // check for CR+LF (and skip LF)
- p++;
- }
- }
- else {
- *q++ = *p++;
- }
- }
- assert( q <= (buf+length) );
- *q = 0;
- Parse( buf, 0, encoding );
- delete [] buf;
- return !Error();
- }
- bool TiXmlDocument::SaveFile( const char * filename ) const
- {
- FileStream stream;
- const bool status = stream.open( filename, Torque::FS::File::Write );
- if ( status )
- {
- bool result = SaveFile( stream );
- stream.close();
- return result;
- }
- return false;
- }
- bool TiXmlDocument::SaveFile( FileStream &stream ) const
- {
- if ( useMicrosoftBOM )
- {
- const unsigned char TIXML_UTF_LEAD_0 = 0xefU;
- const unsigned char TIXML_UTF_LEAD_1 = 0xbbU;
- const unsigned char TIXML_UTF_LEAD_2 = 0xbfU;
- stream.write( TIXML_UTF_LEAD_0 );
- stream.write( TIXML_UTF_LEAD_1 );
- stream.write( TIXML_UTF_LEAD_2 );
- }
- Print( stream, 0 );
- return true;
- }
- void TiXmlDocument::CopyTo( TiXmlDocument* target ) const
- {
- TiXmlNode::CopyTo( target );
- target->error = error;
- target->errorId = errorId;
- target->errorDesc = errorDesc;
- target->tabsize = tabsize;
- target->errorLocation = errorLocation;
- target->useMicrosoftBOM = useMicrosoftBOM;
- TiXmlNode* node = 0;
- for ( node = firstChild; node; node = node->NextSibling() )
- {
- target->LinkEndChild( node->Clone() );
- }
- }
- TiXmlNode* TiXmlDocument::Clone() const
- {
- TiXmlDocument* clone = new TiXmlDocument();
- if ( !clone )
- return 0;
- CopyTo( clone );
- return clone;
- }
- void TiXmlDocument::Print( FileStream& stream, int depth ) const
- {
- for ( const TiXmlNode* node=FirstChild(); node; node=node->NextSibling() )
- {
- node->Print( stream, depth );
- stream.writeString( "\n" );
- }
- }
- bool TiXmlDocument::Accept( TiXmlVisitor* visitor ) const
- {
- if ( visitor->VisitEnter( *this ) )
- {
- for ( const TiXmlNode* node=FirstChild(); node; node=node->NextSibling() )
- {
- if ( !node->Accept( visitor ) )
- break;
- }
- }
- return visitor->VisitExit( *this );
- }
- const TiXmlAttribute* TiXmlAttribute::Next() const
- {
- // We are using knowledge of the sentinel. The sentinel
- // have a value or name.
- if ( next->value.empty() && next->name.empty() )
- return 0;
- return next;
- }
- /*
- TiXmlAttribute* TiXmlAttribute::Next()
- {
- // We are using knowledge of the sentinel. The sentinel
- // have a value or name.
- if ( next->value.empty() && next->name.empty() )
- return 0;
- return next;
- }
- */
- const TiXmlAttribute* TiXmlAttribute::Previous() const
- {
- // We are using knowledge of the sentinel. The sentinel
- // have a value or name.
- if ( prev->value.empty() && prev->name.empty() )
- return 0;
- return prev;
- }
- /*
- TiXmlAttribute* TiXmlAttribute::Previous()
- {
- // We are using knowledge of the sentinel. The sentinel
- // have a value or name.
- if ( prev->value.empty() && prev->name.empty() )
- return 0;
- return prev;
- }
- */
- void TiXmlAttribute::Print( FileStream& stream, int depth, TIXML_STRING* str ) const
- {
- TIXML_STRING n, v;
- EncodeString( name, &n );
- EncodeString( value, &v );
- for ( int i=0; i< depth; i++ ) {
- stream.writeString( " " );
- }
- if (value.find ('\"') == TIXML_STRING::npos) {
- const char* pValue = v.c_str();
- stream.writeFormattedBuffer( "%s=\"%s\"", n.c_str(), pValue );
- if ( str ) {
- (*str) += n; (*str) += "=\""; (*str) += v; (*str) += "\"";
- }
- }
- else {
- stream.writeFormattedBuffer( "%s='%s'", n.c_str(), v.c_str() );
- if ( str ) {
- (*str) += n; (*str) += "='"; (*str) += v; (*str) += "'";
- }
- }
- }
- int TiXmlAttribute::QueryIntValue( int* ival ) const
- {
- if ( TIXML_SSCANF( value.c_str(), "%d", ival ) == 1 )
- return TIXML_SUCCESS;
- return TIXML_WRONG_TYPE;
- }
- int TiXmlAttribute::QueryDoubleValue( double* dval ) const
- {
- if ( TIXML_SSCANF( value.c_str(), "%lf", dval ) == 1 )
- return TIXML_SUCCESS;
- return TIXML_WRONG_TYPE;
- }
- void TiXmlAttribute::SetIntValue( int _value )
- {
- char buf [64];
- #if defined(TIXML_SNPRINTF)
- TIXML_SNPRINTF(buf, sizeof(buf), "%d", _value);
- #else
- sprintf (buf, "%d", _value);
- #endif
- SetValue (buf);
- }
- void TiXmlAttribute::SetDoubleValue( double _value )
- {
- char buf [256];
- #if defined(TIXML_SNPRINTF)
- TIXML_SNPRINTF( buf, sizeof(buf), "%g", _value);
- #else
- sprintf (buf, "%g", _value);
- #endif
- SetValue (buf);
- }
- int TiXmlAttribute::IntValue() const
- {
- return atoi (value.c_str ());
- }
- double TiXmlAttribute::DoubleValue() const
- {
- return atof (value.c_str ());
- }
- TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::TINYXML_COMMENT )
- {
- copy.CopyTo( this );
- }
- TiXmlComment& TiXmlComment::operator=( const TiXmlComment& base )
- {
- Clear();
- base.CopyTo( this );
- return *this;
- }
- void TiXmlComment::Print( FileStream& stream, int depth ) const
- {
- for ( int i=0; i<depth; i++ )
- {
- stream.writeString( " " );
- }
- stream.writeFormattedBuffer( "<!--%s-->", value.c_str() );
- }
- void TiXmlComment::CopyTo( TiXmlComment* target ) const
- {
- TiXmlNode::CopyTo( target );
- }
- bool TiXmlComment::Accept( TiXmlVisitor* visitor ) const
- {
- return visitor->Visit( *this );
- }
- TiXmlNode* TiXmlComment::Clone() const
- {
- TiXmlComment* clone = new TiXmlComment();
- if ( !clone )
- return 0;
- CopyTo( clone );
- return clone;
- }
- void TiXmlText::Print( FileStream& stream, int depth ) const
- {
- if ( cdata )
- {
- int i;
- stream.writeString( "\n" );
- for ( i=0; i<depth; i++ ) {
- stream.writeString( " " );
- }
- stream.writeFormattedBuffer( "<![CDATA[%s]]>\n", value.c_str() ); // unformatted output
- }
- else
- {
- TIXML_STRING buffer;
- EncodeString( value, &buffer );
- stream.writeFormattedBuffer( "%s", buffer.c_str() );
- }
- }
- void TiXmlText::CopyTo( TiXmlText* target ) const
- {
- TiXmlNode::CopyTo( target );
- target->cdata = cdata;
- }
- bool TiXmlText::Accept( TiXmlVisitor* visitor ) const
- {
- return visitor->Visit( *this );
- }
- TiXmlNode* TiXmlText::Clone() const
- {
- TiXmlText* clone = 0;
- clone = new TiXmlText( "" );
- if ( !clone )
- return 0;
- CopyTo( clone );
- return clone;
- }
- TiXmlDeclaration::TiXmlDeclaration( const char * _version,
- const char * _encoding,
- const char * _standalone )
- : TiXmlNode( TiXmlNode::TINYXML_DECLARATION )
- {
- version = _version;
- encoding = _encoding;
- standalone = _standalone;
- }
- #ifdef TIXML_USE_STL
- TiXmlDeclaration::TiXmlDeclaration( const std::string& _version,
- const std::string& _encoding,
- const std::string& _standalone )
- : TiXmlNode( TiXmlNode::TINYXML_DECLARATION )
- {
- version = _version;
- encoding = _encoding;
- standalone = _standalone;
- }
- #endif
- TiXmlDeclaration::TiXmlDeclaration( const TiXmlDeclaration& copy )
- : TiXmlNode( TiXmlNode::TINYXML_DECLARATION )
- {
- copy.CopyTo( this );
- }
- TiXmlDeclaration& TiXmlDeclaration::operator=( const TiXmlDeclaration& copy )
- {
- Clear();
- copy.CopyTo( this );
- return *this;
- }
- void TiXmlDeclaration::Print( FileStream& stream, int /*depth*/, TIXML_STRING* str ) const
- {
- stream.writeString( "<?xml " );
- if ( str ) (*str) += "<?xml ";
- if ( !version.empty() ) {
- stream.writeFormattedBuffer( "version=\"%s\" ", version.c_str ());
- if ( str ) { (*str) += "version=\""; (*str) += version; (*str) += "\" "; }
- }
- if ( !encoding.empty() ) {
- stream.writeFormattedBuffer( "encoding=\"%s\" ", encoding.c_str ());
- if ( str ) { (*str) += "encoding=\""; (*str) += encoding; (*str) += "\" "; }
- }
- if ( !standalone.empty() ) {
- stream.writeFormattedBuffer( "standalone=\"%s\" ", standalone.c_str ());
- if ( str ) { (*str) += "standalone=\""; (*str) += standalone; (*str) += "\" "; }
- }
- stream.writeString( "?>" );
- if ( str ) (*str) += "?>";
- }
- void TiXmlDeclaration::CopyTo( TiXmlDeclaration* target ) const
- {
- TiXmlNode::CopyTo( target );
- target->version = version;
- target->encoding = encoding;
- target->standalone = standalone;
- }
- bool TiXmlDeclaration::Accept( TiXmlVisitor* visitor ) const
- {
- return visitor->Visit( *this );
- }
- TiXmlNode* TiXmlDeclaration::Clone() const
- {
- TiXmlDeclaration* clone = new TiXmlDeclaration();
- if ( !clone )
- return 0;
- CopyTo( clone );
- return clone;
- }
- void TiXmlUnknown::Print( FileStream& stream, int depth ) const
- {
- for ( int i=0; i<depth; i++ )
- stream.writeString( " " );
- stream.writeFormattedBuffer( "<%s>", value.c_str() );
- }
- void TiXmlUnknown::CopyTo( TiXmlUnknown* target ) const
- {
- TiXmlNode::CopyTo( target );
- }
- bool TiXmlUnknown::Accept( TiXmlVisitor* visitor ) const
- {
- return visitor->Visit( *this );
- }
- TiXmlNode* TiXmlUnknown::Clone() const
- {
- TiXmlUnknown* clone = new TiXmlUnknown();
- if ( !clone )
- return 0;
- CopyTo( clone );
- return clone;
- }
- TiXmlAttributeSet::TiXmlAttributeSet()
- {
- sentinel.next = &sentinel;
- sentinel.prev = &sentinel;
- }
- TiXmlAttributeSet::~TiXmlAttributeSet()
- {
- assert( sentinel.next == &sentinel );
- assert( sentinel.prev == &sentinel );
- }
- void TiXmlAttributeSet::Add( TiXmlAttribute* addMe )
- {
- #ifdef TIXML_USE_STL
- assert( !Find( TIXML_STRING( addMe->Name() ) ) ); // Shouldn't be multiply adding to the set.
- #else
- assert( !Find( addMe->Name() ) ); // Shouldn't be multiply adding to the set.
- #endif
- addMe->next = &sentinel;
- addMe->prev = sentinel.prev;
- sentinel.prev->next = addMe;
- sentinel.prev = addMe;
- }
- void TiXmlAttributeSet::Remove( TiXmlAttribute* removeMe )
- {
- TiXmlAttribute* node;
- for( node = sentinel.next; node != &sentinel; node = node->next )
- {
- if ( node == removeMe )
- {
- node->prev->next = node->next;
- node->next->prev = node->prev;
- node->next = 0;
- node->prev = 0;
- return;
- }
- }
- assert( 0 ); // we tried to remove a non-linked attribute.
- }
- #ifdef TIXML_USE_STL
- TiXmlAttribute* TiXmlAttributeSet::Find( const std::string& name ) const
- {
- for( TiXmlAttribute* node = sentinel.next; node != &sentinel; node = node->next )
- {
- if ( node->name == name )
- return node;
- }
- return 0;
- }
- TiXmlAttribute* TiXmlAttributeSet::FindOrCreate( const std::string& _name )
- {
- TiXmlAttribute* attrib = Find( _name );
- if ( !attrib ) {
- attrib = new TiXmlAttribute();
- Add( attrib );
- attrib->SetName( _name );
- }
- return attrib;
- }
- #endif
- TiXmlAttribute* TiXmlAttributeSet::Find( const char* name ) const
- {
- for( TiXmlAttribute* node = sentinel.next; node != &sentinel; node = node->next )
- {
- if ( strcmp( node->name.c_str(), name ) == 0 )
- return node;
- }
- return 0;
- }
- TiXmlAttribute* TiXmlAttributeSet::FindOrCreate( const char* _name )
- {
- TiXmlAttribute* attrib = Find( _name );
- if ( !attrib ) {
- attrib = new TiXmlAttribute();
- Add( attrib );
- attrib->SetName( _name );
- }
- return attrib;
- }
- #ifdef TIXML_USE_STL
- std::istream& operator>> (std::istream & in, TiXmlNode & base)
- {
- TIXML_STRING tag;
- tag.reserve( 8 * 1000 );
- base.StreamIn( &in, &tag );
- base.Parse( tag.c_str(), 0, TIXML_DEFAULT_ENCODING );
- return in;
- }
- #endif
- #ifdef TIXML_USE_STL
- std::ostream& operator<< (std::ostream & out, const TiXmlNode & base)
- {
- TiXmlPrinter printer;
- printer.SetStreamPrinting();
- base.Accept( &printer );
- out << printer.Str();
- return out;
- }
- std::string& operator<< (std::string& out, const TiXmlNode& base )
- {
- TiXmlPrinter printer;
- printer.SetStreamPrinting();
- base.Accept( &printer );
- out.append( printer.Str() );
- return out;
- }
- #endif
- TiXmlHandle TiXmlHandle::FirstChild() const
- {
- if ( node )
- {
- TiXmlNode* child = node->FirstChild();
- if ( child )
- return TiXmlHandle( child );
- }
- return TiXmlHandle( 0 );
- }
- TiXmlHandle TiXmlHandle::FirstChild( const char * value ) const
- {
- if ( node )
- {
- TiXmlNode* child = node->FirstChild( value );
- if ( child )
- return TiXmlHandle( child );
- }
- return TiXmlHandle( 0 );
- }
- TiXmlHandle TiXmlHandle::FirstChildElement() const
- {
- if ( node )
- {
- TiXmlElement* child = node->FirstChildElement();
- if ( child )
- return TiXmlHandle( child );
- }
- return TiXmlHandle( 0 );
- }
- TiXmlHandle TiXmlHandle::FirstChildElement( const char * value ) const
- {
- if ( node )
- {
- TiXmlElement* child = node->FirstChildElement( value );
- if ( child )
- return TiXmlHandle( child );
- }
- return TiXmlHandle( 0 );
- }
- TiXmlHandle TiXmlHandle::Child( int count ) const
- {
- if ( node )
- {
- int i;
- TiXmlNode* child = node->FirstChild();
- for ( i=0;
- child && i<count;
- child = child->NextSibling(), ++i )
- {
- // nothing
- }
- if ( child )
- return TiXmlHandle( child );
- }
- return TiXmlHandle( 0 );
- }
- TiXmlHandle TiXmlHandle::Child( const char* value, int count ) const
- {
- if ( node )
- {
- int i;
- TiXmlNode* child = node->FirstChild( value );
- for ( i=0;
- child && i<count;
- child = child->NextSibling( value ), ++i )
- {
- // nothing
- }
- if ( child )
- return TiXmlHandle( child );
- }
- return TiXmlHandle( 0 );
- }
- TiXmlHandle TiXmlHandle::ChildElement( int count ) const
- {
- if ( node )
- {
- int i;
- TiXmlElement* child = node->FirstChildElement();
- for ( i=0;
- child && i<count;
- child = child->NextSiblingElement(), ++i )
- {
- // nothing
- }
- if ( child )
- return TiXmlHandle( child );
- }
- return TiXmlHandle( 0 );
- }
- TiXmlHandle TiXmlHandle::ChildElement( const char* value, int count ) const
- {
- if ( node )
- {
- int i;
- TiXmlElement* child = node->FirstChildElement( value );
- for ( i=0;
- child && i<count;
- child = child->NextSiblingElement( value ), ++i )
- {
- // nothing
- }
- if ( child )
- return TiXmlHandle( child );
- }
- return TiXmlHandle( 0 );
- }
|