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