#include <RuleFileInfo.h>
 | 
| 
virtual const Annotation *  | getAnnotation (size_t i) const =0 | 
|   | 
| 
virtual const Entry *  | getAttribute (size_t i) const =0 | 
|   | 
| 
virtual size_t  | getNumAnnotations () const =0 | 
|   | 
| 
virtual size_t  | getNumAttributes () const =0 | 
|   | 
| 
virtual size_t  | getNumRules () const =0 | 
|   | 
| 
virtual const Entry *  | getRule (size_t i) const =0 | 
|   | 
| void  | destroy () const | 
|   | 
| virtual char *  | toXML (char *result, size_t *resultSize, Status *stat=0) const =0 | 
|   | 
| char *  | toXMLDocument (char *result, size_t *resultSize, Status *stat=0) const | 
|   | 
The RuleFileInfo class allows for browsing through the rules and attributes contained within a rule file. Both rules and attributes can be annotated. For a list of defined annotations please visit the CGA reference. 
The documentation for this class was generated from the following file: