Home
last modified time | relevance | path

Searched refs:htmlElemDesc (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
DHTMLparser.h41 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/
Drpgsupport.c247 __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()
Drpgsupport.h150 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/
DHTMLparser.rpgle65 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/
DHTMLparser.c769 static const htmlElemDesc
1254 const htmlElemDesc *
1335 const htmlElemDesc *info; in htmlAutoCloseOnClose()
4301 const htmlElemDesc * info; in htmlParseElement()
4450 const htmlElemDesc * info; in htmlParseElementInternal()
5637 const htmlElemDesc * info; in htmlParseTryOrFinish()
6480 htmlElementAllowedHere(const htmlElemDesc* parent, const xmlChar* elt) { in htmlElementAllowedHere()
6503 htmlElementStatusHere(const htmlElemDesc* parent, const htmlElemDesc* elt) { in htmlElementStatusHere()
6523 htmlAttrAllowed(const htmlElemDesc* elt, const xmlChar* attr, int legacy) { in htmlAttrAllowed()
DHTMLtree.c819 const htmlElemDesc * info; in htmlNodeDumpFormatOutput()
Dtestapi.c1353 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/
Dindex.sgml446 <ANCHOR id="htmlElemDesc" href="libxml/libxml-HTMLparser.html#htmlElemDesc">