Searched defs:htmlElemDesc (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/include/libxml/
H A DHTMLparser.h41 typedef struct _htmlElemDesc htmlElemDesc; typedef in typeref:struct:_htmlElemDesc
42 typedef htmlElemDesc *htmlElemDescPtr;
86 XMLPUBFUN const htmlElemDesc * XMLCALL
263 /* Using htmlElemDesc rather than name here, to emphasise the fact
266 XMLPUBFUN htmlStatus XMLCALL htmlAttrAllowed(const htmlElemDesc*, const xmlChar*, int) ;
267 XMLPUBFUN int XMLCALL htmlElementAllowedHere(const htmlElemDesc*, const xmlChar*) ;
268 XMLPUBFUN htmlStatus XMLCALL htmlElementStatusHere(const htmlElemDesc*, const htmlElemDesc*) ;

Completed in 62 milliseconds