/**
@class wxRichTextXMLHandler
- @headerfile richtextxml.h wx/richtext/richtextxml.h
A handler for loading and saving content in an XML format specific
to wxRichTextBuffer. You can either add the handler to the buffer
/**
Returns @true.
*/
- bool CanLoad() const;
+ virtual bool CanLoad() const;
/**
Returns @true.
*/
- bool CanSave() const;
+ virtual bool CanSave() const;
/**
Creates XML code for a given character or paragraph style.