Introduction
Typedefs
typedef enum {
HTML_PARSE_NOERROR = 1<<5,
HTML_PARSE_NOWARNING= 1<<6,
HTML_PARSE_PEDANTIC = 1<<7,
HTML_PARSE_NOBLANKS = 1<<8,
HTML_PARSE_NONET = 1<<11
} htmlParserOption;
Discussion
xmlParserOption:
This is the set of XML parser options that can be passed down
to the xmlReadDoc() and similar calls.
Globals
Macros which declare an exportable function */
#define XMLPUBFUN ;
Discussion
Interfaces for the Push mode.
#defines
#define htmlDefaultSubelement(
elt) elt->defaultsubelt
Discussion
htmlDefaultSubelement:
@elt: HTML element
Returns the default subelement for this element
#define htmlElementAllowedHereDesc(
parent,elt) \ htmlElementAllowedHere((
parent), (
elt)->name)
Discussion
htmlElementAllowedHereDesc:
@parent: HTML parent element
@elt: HTML element
Checks whether an HTML element description may be a
direct child of the specified element.
Returns 1 if allowed; 0 otherwise.
#define htmlRequiredAttrs(
elt)
Discussion
htmlRequiredAttrs:
@elt: HTML element
Returns the attributes required for the specified element.
|
Did this document help you? |
Yes: Tell us what works for you.
|
|
Last Updated: 2006-06-20