content_binary Class Reference
implements binary node with two children
More...
#include <xmlmodel.h>
List of all members.
Detailed Description
implements binary node with two children
Definition at line 199 of file xmlmodel.h.
Constructor & Destructor Documentation
virtual content_binary::~content_binary |
( |
|
) |
[inline, virtual] |
constructor
- Parameters:
-
rule |
DFA rule |
left |
pointer to the left node |
right |
pointer to the right node |
Definition at line 115 of file xmlmodel.cpp.
References DFA_CHOICE, and DFA_SEQUENCE.
Member Function Documentation
bool content_binary::is_nullable |
( |
|
) |
const [virtual] |
void content_binary::calc_pos |
( |
_bitset & |
state, |
|
|
bool |
first | |
|
) |
| | const [protected, virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: