Public Member Functions | |
virtual const SchemaDocumentType * | GetRemoteDocument (const char *uri, SizeType length) |
RemoteSchemaDocumentProvider () | |
~RemoteSchemaDocumentProvider () | |
Public Member Functions inherited from IGenericRemoteSchemaDocumentProvider< SchemaDocumentType > | |
virtual const SchemaDocumentType * | GetRemoteDocument (const Ch *uri, SizeType length)=0 |
virtual | ~IGenericRemoteSchemaDocumentProvider () |
Private Types | |
typedef GenericDocument< typename SchemaDocumentType::EncodingType, MemoryPoolAllocator<>, MemoryPoolAllocator<> > | DocumentType |
Private Member Functions | |
RemoteSchemaDocumentProvider & | operator= (const RemoteSchemaDocumentProvider &) |
RemoteSchemaDocumentProvider (const RemoteSchemaDocumentProvider &) | |
Private Attributes | |
DocumentType::AllocatorType | documentAllocator_ |
char | documentBuffer_ [16384] |
SchemaDocumentType::AllocatorType | schemaAllocator_ |
char | schemaBuffer_ [128 *1024] |
SchemaDocumentType * | sd_ [kCount] |
Static Private Attributes | |
static const size_t | kCount = 4 |
Additional Inherited Members | |
Public Types inherited from IGenericRemoteSchemaDocumentProvider< SchemaDocumentType > | |
typedef SchemaDocumentType::Ch | Ch |
Definition at line 1056 of file unittest/schematest.cpp.
|
private |
Definition at line 1110 of file unittest/schematest.cpp.
|
inline |
Definition at line 1058 of file unittest/schematest.cpp.
|
inline |
Definition at line 1090 of file unittest/schematest.cpp.
|
private |
|
inlinevirtual |
Definition at line 1095 of file unittest/schematest.cpp.
|
private |
|
private |
Definition at line 1117 of file unittest/schematest.cpp.
|
private |
Definition at line 1119 of file unittest/schematest.cpp.
|
staticprivate |
Definition at line 1115 of file unittest/schematest.cpp.
|
private |
Definition at line 1118 of file unittest/schematest.cpp.
|
private |
Definition at line 1120 of file unittest/schematest.cpp.
|
private |
Definition at line 1116 of file unittest/schematest.cpp.