NCBI C++ ToolKit
Functions | Variables
objistrxml.cpp File Reference
#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>
+ Include dependency graph for objistrxml.cpp:

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"
 

Function Documentation

◆ BAD_CHAR()

bool BAD_CHAR ( int  x)
inline

Definition at line 811 of file objistrxml.cpp.

Referenced by CObjectIStreamXml::x_VerifyChar().

◆ IsBaseChar()

static bool IsBaseChar ( char  c)
inlinestatic

Definition at line 157 of file objistrxml.cpp.

Referenced by IsLetter().

◆ IsCombiningChar()

static bool IsCombiningChar ( char  )
inlinestatic

Definition at line 192 of file objistrxml.cpp.

Referenced by IsNameChar().

◆ IsDigit()

static bool IsDigit ( char  c)
inlinestatic

◆ IsEndOfTagChar()

static bool IsEndOfTagChar ( char  c)
inlinestatic

◆ IsExtender()

static bool IsExtender ( char  c)
inlinestatic

Definition at line 198 of file objistrxml.cpp.

Referenced by IsNameChar().

◆ IsFirstNameChar()

static bool IsFirstNameChar ( char  c)
inlinestatic

Definition at line 186 of file objistrxml.cpp.

References IsLetter().

Referenced by IsNameChar(), and CObjectIStreamXml::ReadName().

◆ IsIdeographic()

static bool IsIdeographic ( char  )
inlinestatic

Definition at line 174 of file objistrxml.cpp.

Referenced by IsLetter().

◆ IsLetter()

static bool IsLetter ( char  c)
inlinestatic

Definition at line 180 of file objistrxml.cpp.

References IsBaseChar(), and IsIdeographic().

Referenced by IsFirstNameChar().

◆ IsNameChar()

static bool IsNameChar ( char  c)
inlinestatic

Definition at line 204 of file objistrxml.cpp.

References IsCombiningChar(), IsDigit(), IsExtender(), and IsFirstNameChar().

Referenced by CObjectIStreamXml::ReadName().

◆ IsWhiteSpace()

static bool IsWhiteSpace ( char  c)
inlinestatic

Variable Documentation

◆ s_SchemaInstanceNamespace

const char* s_SchemaInstanceNamespace = "http://www.w3.org/2001/XMLSchema-instance"
static

Definition at line 50 of file objistrxml.cpp.

Referenced by CObjectIStreamXml::ReadName().

Modified on Fri Sep 20 14:58:04 2024 by modify_doxy.py rev. 669887