Searched refs:htmlElemDesc (Results 1 – 8 of 8) sorted by relevance
/external/libxml2/include/libxml/ |
D | HTMLparser.h | 41 typedef struct _htmlElemDesc htmlElemDesc; typedef 42 typedef htmlElemDesc *htmlElemDescPtr; 86 XMLPUBFUN const htmlElemDesc * XMLCALL 269 XMLPUBFUN htmlStatus XMLCALL htmlAttrAllowed(const htmlElemDesc*, const xmlChar*, int) ; 270 XMLPUBFUN int XMLCALL htmlElementAllowedHere(const htmlElemDesc*, const xmlChar*) ; 271 XMLPUBFUN htmlStatus XMLCALL htmlElementStatusHere(const htmlElemDesc*, const htmlElemDesc*) ;
|
/external/libxml2/os400/ |
D | rpgsupport.c | 247 __htmlDefaultSubelement(const htmlElemDesc * elt) in __htmlDefaultSubelement() 255 __htmlElementAllowedHereDesc(const htmlElemDesc * parent, in __htmlElementAllowedHereDesc() 256 const htmlElemDesc * elt) in __htmlElementAllowedHereDesc() 264 __htmlRequiredAttrs(const htmlElemDesc * elt) in __htmlRequiredAttrs()
|
D | rpgsupport.h | 150 XMLPUBFUN const char * __htmlDefaultSubelement(const htmlElemDesc * elt); 151 XMLPUBFUN int __htmlElementAllowedHereDesc(const htmlElemDesc * parent, 152 const htmlElemDesc * elt); 154 __htmlRequiredAttrs(const htmlElemDesc * elt);
|
/external/libxml2/os400/libxmlrpg/ |
D | HTMLparser.rpgle | 65 d htmlElemDesc ds based(htmlElemDescPtr) 374 * Using htmlElemDesc rather than name here, to emphasise the fact 405 d elt * value const htmlElemDesc * 411 d parent * value const htmlElemDesc * 412 d elt * value const htmlElemDesc * 416 d elt * value const htmlElemDesc *
|
/external/libxml2/ |
D | HTMLparser.c | 795 static const htmlElemDesc 1422 const htmlElemDesc *desc = (const htmlElemDesc *) member; in htmlCompareTags() 1435 const htmlElemDesc * 1440 return((const htmlElemDesc *) bsearch(tag, html40ElementTable, in htmlTagLookup() 1441 sizeof(html40ElementTable) / sizeof(htmlElemDesc), in htmlTagLookup() 1442 sizeof(htmlElemDesc), htmlCompareTags)); in htmlTagLookup() 1511 const htmlElemDesc *info; in htmlAutoCloseOnClose() 4469 const htmlElemDesc * info; in htmlParseElement() 4618 const htmlElemDesc * info; in htmlParseElementInternal() 5747 const htmlElemDesc * info; in htmlParseTryOrFinish() [all …]
|
D | HTMLtree.c | 749 const htmlElemDesc * info; in htmlNodeDumpFormatOutput()
|
D | testapi.c | 1353 static htmlElemDesc * gen_const_htmlElemDesc_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_const_htmlElemDesc_ptr() 1356 static void des_const_htmlElemDesc_ptr(int no ATTRIBUTE_UNUSED, const htmlElemDesc * val ATTRIBUTE_… in des_const_htmlElemDesc_ptr() 1368 htmlElemDesc * elt; /* HTML element */ in test_htmlAttrAllowed() 1383 ret_val = htmlAttrAllowed((const htmlElemDesc *)elt, (const xmlChar *)attr, legacy); in test_htmlAttrAllowed() 1386 des_const_htmlElemDesc_ptr(n_elt, (const htmlElemDesc *)elt, 0); in test_htmlAttrAllowed() 1850 htmlElemDesc * parent; /* HTML parent element */ in test_htmlElementAllowedHere() 1861 ret_val = htmlElementAllowedHere((const htmlElemDesc *)parent, (const xmlChar *)elt); in test_htmlElementAllowedHere() 1864 des_const_htmlElemDesc_ptr(n_parent, (const htmlElemDesc *)parent, 0); in test_htmlElementAllowedHere() 1891 htmlElemDesc * parent; /* HTML parent element */ in test_htmlElementStatusHere() 1893 htmlElemDesc * elt; /* HTML element */ in test_htmlElementStatusHere() [all …]
|
/external/libxml2/doc/html/ |
D | index.sgml | 446 <ANCHOR id="htmlElemDesc" href="libxml/libxml-HTMLparser.html#htmlElemDesc">
|