#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.
|
|
|
|
|
Handles an attribute node as an event.
Reimplemented from EventFilter. |
|
Handles a comment node as an event.
Reimplemented from EventFilter. |
|
Handles a document node as an event.
Reimplemented from EventFilter. |
|
Handles the end of an element node as an event.
Reimplemented from EventFilter. |
|
Handles a namespace binding as an event.
Reimplemented from EventFilter. |
|
Handles a processing instruction node as an event.
Reimplemented from EventFilter. |
|
|
|
Handles a document node as an event.
Reimplemented from EventFilter. |
|
Handles the start of an element node as an event.
Reimplemented from EventFilter. |
|
Handles a text node as an event.
Reimplemented from EventFilter. |
|
Handles a text node as an event.
Reimplemented from EventFilter. |