ContentSequenceFilter Class Reference
#include <ContentSequenceFilter.hpp>
List of all members.
|
Public Member Functions |
| ContentSequenceFilter (EventHandler *next) |
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 | endEvent () |
| Called when all events have been reported.
|
virtual void | startElementEvent (const XMLCh *prefix, const XMLCh *uri, const XMLCh *localname) |
| Handles the start 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.
|
virtual void | atomicItemEvent (AnyAtomicType::AtomicObjectType type, const XMLCh *value, const XMLCh *typeURI, const XMLCh *typeName) |
| Handles an atomic item as an event.
|
Constructor & Destructor Documentation
ContentSequenceFilter::ContentSequenceFilter |
( |
EventHandler * |
next |
) |
|
Member Function Documentation
virtual void ContentSequenceFilter::startDocumentEvent |
( |
const XMLCh * |
documentURI, |
|
|
const XMLCh * |
encoding | |
|
) |
| | [virtual] |
Handles a document node as an event.
Reimplemented from EventFilter.
virtual void ContentSequenceFilter::endDocumentEvent |
( |
|
) |
[virtual] |
Handles a document node as an event.
Reimplemented from EventFilter.
virtual void ContentSequenceFilter::endEvent |
( |
|
) |
[virtual] |
Called when all events have been reported.
Reimplemented from EventFilter.
virtual void ContentSequenceFilter::startElementEvent |
( |
const XMLCh * |
prefix, |
|
|
const XMLCh * |
uri, |
|
|
const XMLCh * |
localname | |
|
) |
| | [virtual] |
Handles the start of an element node as an event.
Reimplemented from EventFilter.
virtual void ContentSequenceFilter::piEvent |
( |
const XMLCh * |
target, |
|
|
const XMLCh * |
value | |
|
) |
| | [virtual] |
Handles a processing instruction node as an event.
Reimplemented from EventFilter.
virtual void ContentSequenceFilter::textEvent |
( |
const XMLCh * |
value |
) |
[virtual] |
Handles a text node as an event.
Reimplemented from EventFilter.
virtual void ContentSequenceFilter::textEvent |
( |
const XMLCh * |
chars, |
|
|
unsigned int |
length | |
|
) |
| | [virtual] |
Handles a text node as an event.
Reimplemented from EventFilter.
virtual void ContentSequenceFilter::commentEvent |
( |
const XMLCh * |
value |
) |
[virtual] |
Handles a comment node as an event.
Reimplemented from EventFilter.
virtual void ContentSequenceFilter::attributeEvent |
( |
const XMLCh * |
prefix, |
|
|
const XMLCh * |
uri, |
|
|
const XMLCh * |
localname, |
|
|
const XMLCh * |
value, |
|
|
const XMLCh * |
typeURI, |
|
|
const XMLCh * |
typeName | |
|
) |
| | [virtual] |
Handles an attribute node as an event.
Reimplemented from EventFilter.
virtual void ContentSequenceFilter::namespaceEvent |
( |
const XMLCh * |
prefix, |
|
|
const XMLCh * |
uri | |
|
) |
| | [virtual] |
Handles a namespace binding as an event.
Reimplemented from EventFilter.
virtual void ContentSequenceFilter::atomicItemEvent |
( |
AnyAtomicType::AtomicObjectType |
type, |
|
|
const XMLCh * |
value, |
|
|
const XMLCh * |
typeURI, |
|
|
const XMLCh * |
typeName | |
|
) |
| | [virtual] |
Handles an atomic item as an event.
Reimplemented from EventFilter.
The documentation for this class was generated from the following file: