Lines Matching defs:tagname

162     CHTMLNode(const char* tagname)  in CHTMLNode()
165 CHTMLNode(const char* tagname, const char* text) in CHTMLNode()
170 CHTMLNode(const char* tagname, const string& text) in CHTMLNode()
175 CHTMLNode(const char* tagname, CNCBINode* node) in CHTMLNode()
180 CHTMLNode(const string& tagname) in CHTMLNode()
183 CHTMLNode(const string& tagname, const char* text) in CHTMLNode()
188 CHTMLNode(const string& tagname, const string& text) in CHTMLNode()
193 CHTMLNode(const string& tagname, CNCBINode* node) in CHTMLNode()
362 CHTMLOpenElement(const char* tagname) in CHTMLOpenElement()
365 CHTMLOpenElement(const char* tagname, const char* text) in CHTMLOpenElement()
368 CHTMLOpenElement(const char* tagname, const string& text) in CHTMLOpenElement()
371 CHTMLOpenElement(const char* tagname, CNCBINode* node) in CHTMLOpenElement()
374 CHTMLOpenElement(const string& tagname) in CHTMLOpenElement()
377 CHTMLOpenElement(const string& tagname, const char* text) in CHTMLOpenElement()
380 CHTMLOpenElement(const string& tagname, const string& text) in CHTMLOpenElement()
383 CHTMLOpenElement(const string& tagname, CNCBINode* node) in CHTMLOpenElement()
405 CHTMLSingleElement(const char* tagname) in CHTMLSingleElement()
408 CHTMLSingleElement(const char* tagname, const char* text) in CHTMLSingleElement()
411 CHTMLSingleElement(const char* tagname, const string& text) in CHTMLSingleElement()
414 CHTMLSingleElement(const char* tagname, CNCBINode* node) in CHTMLSingleElement()
417 CHTMLSingleElement(const string& tagname) in CHTMLSingleElement()
420 CHTMLSingleElement(const string& tagname, const char* text) in CHTMLSingleElement()
423 CHTMLSingleElement(const string& tagname, const string& text) in CHTMLSingleElement()
426 CHTMLSingleElement(const string& tagname, CNCBINode* node) in CHTMLSingleElement()
441 CHTMLInlineElement(const char* tagname) in CHTMLInlineElement()
444 CHTMLInlineElement(const char* tagname, const char* text) in CHTMLInlineElement()
447 CHTMLInlineElement(const char* tagname, const string& text) in CHTMLInlineElement()
450 CHTMLInlineElement(const char* tagname, CNCBINode* node) in CHTMLInlineElement()
453 CHTMLInlineElement(const string& tagname) in CHTMLInlineElement()
456 CHTMLInlineElement(const string& tagname, const char* text) in CHTMLInlineElement()
459 CHTMLInlineElement(const string& tagname, const string& text) in CHTMLInlineElement()
462 CHTMLInlineElement(const string& tagname, CNCBINode* node) in CHTMLInlineElement()
477 CHTMLElement(const char* tagname) in CHTMLElement()
480 CHTMLElement(const char* tagname, const char* text) in CHTMLElement()
483 CHTMLElement(const char* tagname, const string& text) in CHTMLElement()
486 CHTMLElement(const char* tagname, CNCBINode* node) in CHTMLElement()
489 CHTMLElement(const string& tagname) in CHTMLElement()
492 CHTMLElement(const string& tagname, const char* text) in CHTMLElement()
495 CHTMLElement(const string& tagname, const string& text) in CHTMLElement()
498 CHTMLElement(const string& tagname, CNCBINode* node) in CHTMLElement()
513 CHTMLBlockElement(const char* tagname) in CHTMLBlockElement()
516 CHTMLBlockElement(const char* tagname, const char* text) in CHTMLBlockElement()
519 CHTMLBlockElement(const char* tagname, const string& text) in CHTMLBlockElement()
522 CHTMLBlockElement(const char* tagname, CNCBINode* node) in CHTMLBlockElement()
525 CHTMLBlockElement(const string& tagname) in CHTMLBlockElement()
528 CHTMLBlockElement(const string& tagname, const char* text) in CHTMLBlockElement()
531 CHTMLBlockElement(const string& tagname, const string& text) in CHTMLBlockElement()
534 CHTMLBlockElement(const string& tagname, CNCBINode* node) in CHTMLBlockElement()
582 CHTMLListElement(const char* tagname, bool compact = false) in CHTMLListElement()
589 CHTMLListElement(const char* tagname, const char* type, in CHTMLListElement()
598 CHTMLListElement(const char* tagname, const string& type, in CHTMLListElement()
667 CHTML_tc(const char* tagname) in CHTML_tc()
670 CHTML_tc(const char* tagname, const char* text) in CHTML_tc()
673 CHTML_tc(const char* tagname, const string& text) in CHTML_tc()
676 CHTML_tc(const char* tagname, CNCBINode* node) in CHTML_tc()