Home | History | Annotate | Download | only in doc

Lines Matching full:htmlparser

27     <file name='HTMLparser'>
4488 <macro name='htmlDefaultSubelement' file='HTMLparser'>
4492 <macro name='htmlElementAllowedHereDesc' file='HTMLparser'>
4497 <macro name='htmlRequiredAttrs' file='HTMLparser'>
4664 <enum name='HTML_DEPRECATED' file='HTMLparser' value='2' type='htmlStatus'/>
4665 <enum name='HTML_INVALID' file='HTMLparser' value='1' type='htmlStatus'/>
4666 <enum name='HTML_NA' file='HTMLparser' value='0' type='htmlStatus' info='something we don&apos;t check at all'/>
4667 <enum name='HTML_PARSE_COMPACT' file='HTMLparser' value='65536' type='htmlParserOption' info='compact small text nodes'/>
4668 <enum name='HTML_PARSE_IGNORE_ENC' file='HTMLparser' value='2097152' type='htmlParserOption' info=' ignore internal document encoding hint'/>
4669 <enum name='HTML_PARSE_NOBLANKS' file='HTMLparser' value='256' type='htmlParserOption' info='remove blank nodes'/>
4670 <enum name='HTML_PARSE_NODEFDTD' file='HTMLparser' value='4' type='htmlParserOption' info='do not default a doctype if not found'/>
4671 <enum name='HTML_PARSE_NOERROR' file='HTMLparser' value='32' type='htmlParserOption' info='suppress error reports'/>
4672 <enum name='HTML_PARSE_NOIMPLIED' file='HTMLparser' value='8192' type='htmlParserOption' info='Do not add implied html/body... elements'/>
4673 <enum name='HTML_PARSE_NONET' file='HTMLparser' value='2048' type='htmlParserOption' info='Forbid network access'/>
4674 <enum name='HTML_PARSE_NOWARNING' file='HTMLparser' value='64' type='htmlParserOption' info='suppress warning reports'/>
4675 <enum name='HTML_PARSE_PEDANTIC' file='HTMLparser' value='128' type='htmlParserOption' info='pedantic error reporting'/>
4676 <enum name='HTML_PARSE_RECOVER' file='HTMLparser' value='1' type='htmlParserOption' info='Relaxed parsing'/>
4677 <enum name='HTML_REQUIRED' file='HTMLparser' value='12' type='htmlStatus' info=' VALID bit set so ( &amp; HTML_VALID ) is TRUE'/>
4678 <enum name='HTML_VALID' file='HTMLparser' value='4' type='htmlStatus'/>
5917 <typedef name='htmlDocPtr' file='HTMLparser' type='xmlDocPtr'/>
5918 <struct name='htmlElemDesc' file='HTMLparser' type='struct _htmlElemDesc'>
5944 <typedef name='htmlElemDescPtr' file='HTMLparser' type='htmlElemDesc *'/>
5945 <struct name='htmlEntityDesc' file='HTMLparser' type='struct _htmlEntityDesc'>
5950 <typedef name='htmlEntityDescPtr' file='HTMLparser' type='htmlEntityDesc *'/>
5951 <typedef name='htmlNodePtr' file='HTMLparser' type='xmlNodePtr'/>
5952 <typedef name='htmlParserCtxt' file='HTMLparser' type='xmlParserCtxt'/>
5953 <typedef name='htmlParserCtxtPtr' file='HTMLparser' type='xmlParserCtxtPtr'/>
5954 <typedef name='htmlParserInput' file='HTMLparser' type='xmlParserInput'/>
5955 <typedef name='htmlParserInputPtr' file='HTMLparser' type='xmlParserInputPtr'/>
5956 <typedef name='htmlParserNodeInfo' file='HTMLparser' type='xmlParserNodeInfo'/>
5957 <typedef name='htmlParserOption' file='HTMLparser' type='enum'/>
5958 <typedef name='htmlSAXHandler' file='HTMLparser' type='xmlSAXHandler'/>
5959 <typedef name='htmlSAXHandlerPtr' file='HTMLparser' type='xmlSAXHandlerPtr'/>
5960 <typedef name='htmlStatus' file='HTMLparser' type='enum'/>
7022 <function name='UTF8ToHtml' file='HTMLparser' module='HTMLparser'>
7426 <function name='htmlAttrAllowed' file='HTMLparser' module='HTMLparser'>
7434 <function name='htmlAutoCloseTag' file='HTMLparser' module='HTMLparser'>
7442 <function name='htmlCreateFileParserCtxt' file='parserInternals' module='HTMLparser'>
7449 <function name='htmlCreateMemoryParserCtxt' file='HTMLparser' module='HTMLparser'>
7456 <function name='htmlCreatePushParserCtxt' file='HTMLparser' module='HTMLparser'>
7467 <function name='htmlCtxtReadDoc' file='HTMLparser' module='HTMLparser'>
7477 <function name='htmlCtxtReadFd' file='HTMLparser' module='HTMLparser'>
7487 <function name='htmlCtxtReadFile' file='HTMLparser' module='HTMLparser'>
7496 <function name='htmlCtxtReadIO' file='HTMLparser' module='HTMLparser'>
7508 <function name='htmlCtxtReadMemory' file='HTMLparser' module='HTMLparser'>
7519 <function name='htmlCtxtReset' file='HTMLparser' module='HTMLparser'>
7525 <function name='htmlCtxtUseOptions' file='HTMLparser' module='HTMLparser'>
7578 <function name='htmlElementAllowedHere' file='HTMLparser' module='HTMLparser'>
7585 <function name='htmlElementStatusHere' file='HTMLparser' module='HTMLparser'>
7592 <function name='htmlEncodeEntities' file='HTMLparser' module='HTMLparser'>
7602 <function name='htmlEntityLookup' file='HTMLparser' module='HTMLparser'>
7608 <function name='htmlEntityValueLookup' file='HTMLparser' module='HTMLparser'>
7614 <function name='htmlFreeParserCtxt' file='HTMLparser' module='HTMLparser'>
7626 <function name='htmlHandleOmittedElem' file='HTMLparser' module='HTMLparser'>
7632 <function name='htmlInitAutoClose' file='parserInternals' module='HTMLparser'>
7637 <function name='htmlIsAutoClosed' file='HTMLparser' module='HTMLparser'>
7650 <function name='htmlIsScriptAttribute' file='HTMLparser' module='HTMLparser'>
7656 <function name='htmlNewDoc' file='HTMLtree' module='HTMLparser'>
7663 <function name='htmlNewDocNoDtD' file='HTMLtree' module='HTMLparser'>
7670 <function name='htmlNewParserCtxt' file='HTMLparser' module='HTMLparser'>
7720 <function name='htmlNodeStatus' file='HTMLparser' module='HTMLparser'>
7727 <function name='htmlParseCharRef' file='HTMLparser' module='HTMLparser'>
7733 <function name='htmlParseChunk' file='HTMLparser' module='HTMLparser'>
7742 <function name='htmlParseDoc' file='HTMLparser' module='HTMLparser'>
7749 <function name='htmlParseDocument' file='HTMLparser' module='HTMLparser'>
7755 <function name='htmlParseElement' file='HTMLparser' module='HTMLparser'>
7761 <function name='htmlParseEntityRef' file='HTMLparser' module='HTMLparser'>
7768 <function name='htmlParseFile' file='HTMLparser' module='HTMLparser'>
7775 <function name='htmlReadDoc' file='HTMLparser' module='HTMLparser'>
7784 <function name='htmlReadFd' file='HTMLparser' module='HTMLparser'>
7793 <function name='htmlReadFile' file='HTMLparser' module='HTMLparser'>
7801 <function name='htmlReadIO' file='HTMLparser' module='HTMLparser'>
7812 <function name='htmlReadMemory' file='HTMLparser' module='HTMLparser'>
7822 <function name='htmlSAXParseDoc' file='HTMLparser' module='HTMLparser'>
7831 <function name='htmlSAXParseFile' file='HTMLparser' module='HTMLparser'>
7871 <function name='htmlTagLookup' file='HTMLparser' module='HTMLparser'>