#include <SchemaValidatorFilter.hpp>
Inheritance diagram for SchemaValidatorFilter:
Public Member Functions | |
SchemaValidatorFilter (bool strictValidation, EventHandler *next, xercesc::GrammarResolver *grammarResolver, xercesc::MemoryManager *mm, const LocationInfo *info) | |
virtual | ~SchemaValidatorFilter () |
void | reset () |
virtual void | startDocumentEvent (const XMLCh *documentURI, const XMLCh *encoding) |
Handles a document node as an event. | |
virtual void | endDocumentEvent () |
Handles a document node as an event. | |
virtual void | startElementEvent (const XMLCh *prefix, const XMLCh *uri, const XMLCh *localname) |
Handles the start of an element node as an event. | |
virtual void | endElementEvent (const XMLCh *prefix, const XMLCh *uri, const XMLCh *localname, const XMLCh *typeURI, const XMLCh *typeName) |
Handles the end of an element node as an event. | |
virtual void | piEvent (const XMLCh *target, const XMLCh *value) |
Handles a processing instruction node as an event. | |
virtual void | textEvent (const XMLCh *value) |
Handles a text node as an event. | |
virtual void | textEvent (const XMLCh *chars, unsigned int length) |
Handles a text node as an event. | |
virtual void | commentEvent (const XMLCh *value) |
Handles a comment node as an event. | |
virtual void | attributeEvent (const XMLCh *prefix, const XMLCh *uri, const XMLCh *localname, const XMLCh *value, const XMLCh *typeURI, const XMLCh *typeName) |
Handles an attribute node as an event. | |
virtual void | namespaceEvent (const XMLCh *prefix, const XMLCh *uri) |
Handles a namespace binding as an event. |
It will add typing information, as well as default values and attributes, and will normalize values according to the schema normalization rules.
SchemaValidatorFilter::SchemaValidatorFilter | ( | bool | strictValidation, | |
EventHandler * | next, | |||
xercesc::GrammarResolver * | grammarResolver, | |||
xercesc::MemoryManager * | mm, | |||
const LocationInfo * | info | |||
) |
virtual SchemaValidatorFilter::~SchemaValidatorFilter | ( | ) | [virtual] |
void SchemaValidatorFilter::reset | ( | ) |
virtual void SchemaValidatorFilter::startDocumentEvent | ( | const XMLCh * | documentURI, | |
const XMLCh * | encoding | |||
) | [virtual] |
virtual void SchemaValidatorFilter::endDocumentEvent | ( | ) | [virtual] |
virtual void SchemaValidatorFilter::startElementEvent | ( | const XMLCh * | prefix, | |
const XMLCh * | uri, | |||
const XMLCh * | localname | |||
) | [virtual] |
virtual void SchemaValidatorFilter::endElementEvent | ( | const XMLCh * | prefix, | |
const XMLCh * | uri, | |||
const XMLCh * | localname, | |||
const XMLCh * | typeURI, | |||
const XMLCh * | typeName | |||
) | [virtual] |
virtual void SchemaValidatorFilter::piEvent | ( | const XMLCh * | target, | |
const XMLCh * | value | |||
) | [virtual] |
virtual void SchemaValidatorFilter::textEvent | ( | const XMLCh * | value | ) | [virtual] |
virtual void SchemaValidatorFilter::textEvent | ( | const XMLCh * | chars, | |
unsigned int | length | |||
) | [virtual] |
virtual void SchemaValidatorFilter::commentEvent | ( | const XMLCh * | value | ) | [virtual] |
virtual void SchemaValidatorFilter::attributeEvent | ( | const XMLCh * | prefix, | |
const XMLCh * | uri, | |||
const XMLCh * | localname, | |||
const XMLCh * | value, | |||
const XMLCh * | typeURI, | |||
const XMLCh * | typeName | |||
) | [virtual] |
virtual void SchemaValidatorFilter::namespaceEvent | ( | const XMLCh * | prefix, | |
const XMLCh * | uri | |||
) | [virtual] |