#include <DOMLSSerializerFilter.hpp>
Inheritance diagram for xercesc::DOMLSSerializerFilter:
Public Member Functions | |
Destructor | |
virtual | ~DOMLSSerializerFilter () |
Destructor. | |
Functions introduced in DOM Level 3 | |
virtual FilterAction | acceptNode (const DOMNode *node) const =0 |
Interface from DOMNodeFilter , to be implemented by implementation (derived class). | |
virtual ShowType | getWhatToShow () const =0 |
Tells the DOMLSSerializer what types of nodes to show to the filter. | |
Protected Member Functions | |
Hidden constructors | |
DOMLSSerializerFilter () |
|
|
|
Destructor.
|
|
Interface from
Implements xercesc::DOMNodeFilter. |
|
Tells the DOMLSSerializer what types of nodes to show to the filter.
See
|