#include <xml_stream_policy.h>
Inheritance diagram for policy_relaxed_stream:
This policy class keeps track of the state of xml input file at run time. policy_relaxed_stream
skips white space characters, such as ht, lf, vt, ff, cr, and space.
Definition at line 166 of file xml_stream_policy.h.
Public Member Functions | |
policy_relaxed_stream (edge<> &consumed_data_) | |
Constructs and does basic initialization of the policy object. | |
template<typename UniverseT> | |
size_t | match (UniverseT &universe_) |
Defines CTTL production rule function to evaluate grammar describing white space. |
|
Constructs and does basic initialization of the policy object.
Definition at line 170 of file xml_stream_policy.h. |
|
Defines CTTL production rule function to evaluate grammar describing white space.
Reimplemented from policy_strict_stream. Definition at line 203 of file xml_stream_policy.h. |