1 // Copyright (c) 1997 James Clark
2 // See the file copying.txt for copying permission.
4 #ifndef GroveManager_INCLUDED
5 #define GroveManager_INCLUDED 1
11 #include "FOTBuilder.h"
15 #ifdef DSSSL_NAMESPACE
16 namespace DSSSL_NAMESPACE {
19 class STYLE_API GroveManager {
21 virtual ~GroveManager();
22 virtual bool load(const StringC &, const Vector<StringC> &active, const NodePtr &parent,
23 NodePtr &, const Vector<StringC> &architecture) = 0;
24 virtual bool readEntity(const StringC &, StringC &) = 0;
25 virtual void mapSysid(StringC &) = 0;
28 #ifdef DSSSL_NAMESPACE
32 #endif /* not GroveManager_INCLUDED */