#include "ut_types.h"
#include "pt_Types.h"
#include "pl_Listener.h"
#include <list>
#include <string>
Go to the source code of this file.
Classes | |
struct | PL_FinishingListener |
A subclass of Listener which includes default implementations of some methods we dont care about and an isFinished() method to tell the caller that it doesn't need to keep walking the document anymore. More... | |
class | PL_ListenerCoupleCloser |
When copying a selection from a document, one might have the case where there are matched pairs of markers in the document. More... | |
struct | PL_ListenerCoupleCloser::AfterContentListener |
struct | PL_ListenerCoupleCloser::BeforeContentListener |
struct | PL_ListenerCoupleCloser::NullContentListener |