NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbistd.hpp>
#include <corelib/tempstr.hpp>
#include <serial/objistrxml.hpp>
#include <serial/enumvalues.hpp>
#include <serial/objhook.hpp>
#include <serial/impl/classinfo.hpp>
#include <serial/impl/choice.hpp>
#include <serial/impl/ptrinfo.hpp>
#include <serial/impl/continfo.hpp>
#include <serial/impl/aliasinfo.hpp>
#include <serial/impl/memberlist.hpp>
#include <serial/impl/memberid.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
static bool | IsBaseChar (char c) |
static bool | IsDigit (char c) |
static bool | IsIdeographic (char) |
static bool | IsLetter (char c) |
static bool | IsFirstNameChar (char c) |
static bool | IsCombiningChar (char) |
static bool | IsExtender (char c) |
static bool | IsNameChar (char c) |
static bool | IsWhiteSpace (char c) |
static bool | IsEndOfTagChar (char c) |
bool | BAD_CHAR (int x) |
Variables | |
static const char * | s_SchemaInstanceNamespace = "http://www.w3.org/2001/XMLSchema-instance" |
Definition at line 811 of file objistrxml.cpp.
Referenced by CObjectIStreamXml::x_VerifyChar().
Definition at line 157 of file objistrxml.cpp.
Referenced by IsLetter().
Definition at line 192 of file objistrxml.cpp.
Referenced by IsNameChar().
Definition at line 168 of file objistrxml.cpp.
Referenced by CObjectIStreamXml::GetBase64Char(), IsNameChar(), and CObjectIStreamXml::SkipByteBlock().
Definition at line 218 of file objistrxml.cpp.
Referenced by CObjectIStreamXml::BeginClassMember(), CObjectIStreamXml::HasAttlist(), CObjectIStreamXml::ReadEnum(), CObjectIStreamXml::ReadName(), and CObjectIStreamXml::ReadUndefinedAttributes().
Definition at line 198 of file objistrxml.cpp.
Referenced by IsNameChar().
Definition at line 186 of file objistrxml.cpp.
References IsLetter().
Referenced by IsNameChar(), and CObjectIStreamXml::ReadName().
Definition at line 174 of file objistrxml.cpp.
Referenced by IsLetter().
Definition at line 180 of file objistrxml.cpp.
References IsBaseChar(), and IsIdeographic().
Referenced by IsFirstNameChar().
Definition at line 204 of file objistrxml.cpp.
References IsCombiningChar(), IsDigit(), IsExtender(), and IsFirstNameChar().
Referenced by CObjectIStreamXml::ReadName().
Definition at line 212 of file objistrxml.cpp.
Referenced by CObjectIStreamXml::ReadBitString(), CObjectIStreamXml::ReadDouble(), CObjectIStreamXml::ReadTagData(), and CObjectIStreamXml::ReadWord().
|
static |
Definition at line 50 of file objistrxml.cpp.
Referenced by CObjectIStreamXml::ReadName().