OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TiXmlBase
(Results
1 - 5
of
5
) sorted by null
/external/tinyxml/
tinyxmlerror.cpp
34
const char*
TiXmlBase
::errorString[ TIXML_ERROR_STRING_COUNT ] =
tinyxmlparser.cpp
34
TiXmlBase
::Entity
TiXmlBase
::entity[ NUM_ENTITY ] =
57
const int
TiXmlBase
::utf8ByteTable[256] =
79
void
TiXmlBase
::ConvertUTF32ToUTF8( unsigned long input, char* output, int* length )
120
/*static*/ int
TiXmlBase
::IsAlpha( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
141
/*static*/ int
TiXmlBase
::IsAlphaNum( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
280
int step =
TiXmlBase
::utf8ByteTable[*((unsigned char*)p)];
305
const char*
TiXmlBase
::SkipWhiteSpace( const char* p, TiXmlEncoding encoding )
356
/*static*/ bool
TiXmlBase
::StreamWhiteSpace( TIXML_ISTREAM * in, TIXML_STRING * tag )
371
/*static*/ bool
TiXmlBase
::StreamTo( TIXML_ISTREAM * in, int character, TIXML_STRING * tag
[
all
...]
tinyxml.h
130
/**
TiXmlBase
is a base class for every class in TinyXml.
152
class
TiXmlBase
159
TiXmlBase
() : userData(0) {}
160
virtual ~
TiXmlBase
() {}
356
TiXmlBase
( const
TiXmlBase
& ); // not implemented.
357
void operator=( const
TiXmlBase
& base ); // not allowed.
382
class TiXmlNode : public
TiXmlBase
694
class TiXmlAttribute : public
TiXmlBase
700
TiXmlAttribute() :
TiXmlBase
()
[
all
...]
xmltest.cpp
499
if ( doc.Error() && doc.ErrorId() ==
TiXmlBase
::TIXML_ERROR_OPENING_FILE ) {
650
TiXmlBase
::SetCondenseWhiteSpace( false );
660
TiXmlBase
::SetCondenseWhiteSpace( true );
682
TiXmlBase
::SetCondenseWhiteSpace( false );
684
TiXmlBase
::SetCondenseWhiteSpace( true );
918
TiXmlBase
::SetCondenseWhiteSpace( false );
934
TiXmlBase
::SetCondenseWhiteSpace( true );
1005
XmlTest( "Empty document error TIXML_ERROR_DOCUMENT_EMPTY",
TiXmlBase
::TIXML_ERROR_DOCUMENT_EMPTY, doc.ErrorId() );
1021
TiXmlBase
::SetCondenseWhiteSpace(false);
tinyxml.cpp
33
bool
TiXmlBase
::condenseWhiteSpace = true;
35
void
TiXmlBase
::PutString( const TIXML_STRING& str, TIXML_OSTREAM* stream )
42
void
TiXmlBase
::PutString( const TIXML_STRING& str, TIXML_STRING* outString )
127
TiXmlBase
::StringToBuffer::StringToBuffer( const TIXML_STRING& str )
137
TiXmlBase
::StringToBuffer::~StringToBuffer()
144
TiXmlNode::TiXmlNode( NodeType _type ) :
TiXmlBase
()
[
all
...]
Completed in 170 milliseconds