Functions | |
void | Match (bool &matched, const embite::Element *src, const char *szTemplate) |
Matches input sub-tree with the given template. | |
void | ForEach (embite::Iterator &I, const embite::Element *src, const char *szTemplate) |
Iterational match of input sub-tree with the given template. | |
void | Output (embite::Element *&target, embite::ElementOwner *owner, const char *szTemplate) |
Generates tree according to the provided template. |