![]() |
zeep::http::tag_processor — Abstract base class for tag_processor.
// In header: <zeep/http/tag-processor.hpp> class tag_processor { public: // construct/copy/destruct (tag_processor &) = ; (); tag_processor & (tag_processor &) = ; ~(); // public member functions (xml::node *, scope &, , basic_template_processor &) = ; };
Note that this class should be light in construction, we create it every time a page is rendered.
tag_processor
public
construct/copy/destruct(tag_processor &) = ;
( ns);constructor
Parameters: |
|
tag_processor & (tag_processor &) = ;
~();
tag_processor
public member functions(xml::node * node, scope & scope, dir, basic_template_processor & loader) = ;process xml parses the XHTML and fills in the special tags and evaluates the el constructs
This function is called to modify the xml tree in node
Parameters: |
|