Home
last modified time | relevance | path

Searched refs:htmlElemDesc (Results 1 – 3 of 3) 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/
DHTMLparser.c765 static const htmlElemDesc
1213 const htmlElemDesc *
1294 const htmlElemDesc *info; in htmlAutoCloseOnClose()
4147 const htmlElemDesc * info; in htmlParseElement()
4296 const htmlElemDesc * info; in htmlParseElementInternal()
5469 const htmlElemDesc * info; in htmlParseTryOrFinish()
6278 htmlElementAllowedHere(const htmlElemDesc* parent, const xmlChar* elt) { in htmlElementAllowedHere()
6301 htmlElementStatusHere(const htmlElemDesc* parent, const htmlElemDesc* elt) { in htmlElementStatusHere()
6321 htmlAttrAllowed(const htmlElemDesc* elt, const xmlChar* attr, int legacy) { in htmlAttrAllowed()
DHTMLtree.c778 const htmlElemDesc * info; in htmlNodeDumpFormatOutput()