Go to the documentation of this file.
22 #ifndef _CONTENTSEQUENCEFILTER_HPP
23 #define _CONTENTSEQUENCEFILTER_HPP
35 virtual void startElementEvent(
const XMLCh *prefix,
const XMLCh *uri,
const XMLCh *localname);
36 virtual void piEvent(
const XMLCh *target,
const XMLCh *value);
37 virtual void textEvent(
const XMLCh *value);
38 virtual void textEvent(
const XMLCh *chars,
unsigned int length);
40 virtual void attributeEvent(
const XMLCh *prefix,
const XMLCh *uri,
const XMLCh *localname,
const XMLCh *value,
41 const XMLCh *typeURI,
const XMLCh *typeName);
42 virtual void namespaceEvent(
const XMLCh *prefix,
const XMLCh *uri);
44 const XMLCh *typeName);