Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MaximInterface
SchemaValidatingReader< parseFlags, InputStream, SourceEncoding, SchemaDocumentType, StackAllocator > Class Template Reference
A helper class for parsing with validation. More...
#include <schema.h>
Public Member Functions | |
| SchemaValidatingReader (InputStream &is, const SchemaDocumentType &sd) | |
| Constructor. | |
Detailed Description
template<unsigned parseFlags, typename InputStream, typename SourceEncoding, typename SchemaDocumentType = SchemaDocument, typename StackAllocator = CrtAllocator>
class SchemaValidatingReader< parseFlags, InputStream, SourceEncoding, SchemaDocumentType, StackAllocator >
A helper class for parsing with validation.
This helper class is a functor, designed as a parameter of GenericDocument::Populate().
- Template Parameters:
-
parseFlags Combination of ParseFlag. InputStream Type of input stream, implementing Stream concept. SourceEncoding Encoding of the input stream. SchemaDocumentType Type of schema document. StackAllocator Allocator type for stack.
Definition at line 1954 of file schema.h.
Constructor & Destructor Documentation
| SchemaValidatingReader | ( | InputStream & | is, |
| const SchemaDocumentType & | sd | ||
| ) |
Generated on Tue Jul 12 2022 12:06:51 by
1.7.2