#include "defs.h"
#include "fibonacci.h"
#include "funneldevice.h"
#include "hashtable.h"
#include "list.h"
#include "queue.h"
#include "saxemitter.h"
#include "stack.h"
#include "textcodec.h"
#include "xmlchar.h"
#include "xmlmodelbase.h"
#include "elementmodel.h"
#include "options.h"
Go to the source code of this file.
Namespaces | |
namespace | AdaptiveStructuralSymbols |
Compounds | |
struct | AdaptiveElementContext |
Structure representing one element context. More... | |
class | XmlAdaptiveModel |
An adaptive XML modeling class. More... | |
Typedefs | |
typedef HashTable< unsigned long, AdaptiveElementContext, List, 3079 > | AdaptiveElementTable |
Hashtable of element contexts (keys are element ids). | |
typedef HashTable< unsigned long, XmlChar, List, 3079 > | AttributeNamesTable |
Hashtable of attribute names (keys are their ids). |
This file contains definition of XmlAdaptiveModel class.
Definition in file xmladaptivemodel.h.