|
bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
A helper class for parsing with validation. More...
#include <schema.h>

Public Types | |
| typedef InputStream::Ch | Ch |
| typedef SchemaDocumentType::PointerType | PointerType |
| typedef GenericValue< SourceEncoding, StackAllocator > | ValueType |
Public Member Functions | |
| const ValueType & | GetError () const |
| const PointerType & | GetInvalidDocumentPointer () const |
| const Ch * | GetInvalidSchemaKeyword () const |
| const PointerType & | GetInvalidSchemaPointer () const |
| const ParseResult & | GetParseResult () const |
| bool | IsValid () const |
| template<typename Handler> | |
| bool | operator() (Handler &handler) |
| SchemaValidatingReader (InputStream &is, const SchemaDocumentType &sd) | |
| Constructor. | |
A helper class for parsing with validation.
This helper class is a functor, designed as a parameter of GenericDocument::Populate().
| typedef InputStream::Ch SchemaValidatingReader< parseFlags, InputStream, SourceEncoding, SchemaDocumentType, StackAllocator >::Ch |
| typedef SchemaDocumentType::PointerType SchemaValidatingReader< parseFlags, InputStream, SourceEncoding, SchemaDocumentType, StackAllocator >::PointerType |
| typedef GenericValue<SourceEncoding, StackAllocator> SchemaValidatingReader< parseFlags, InputStream, SourceEncoding, SchemaDocumentType, StackAllocator >::ValueType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |