HTML Tidy  5.9.15
The HTACG Tidy HTML Project
Provide the -xml-config Service

Detailed Description

Functions

static void printXMLCrossRef (TidyDoc tdoc, TidyOption topt)
 Prints for XML an option's <seealso>. More...
 
static void printXMLCrossRefEqConsole (TidyDoc tdoc, TidyOption topt)
 Prints for XML an option's <eqconfig>. More...
 
static void printXMLDescription (TidyDoc tdoc, TidyOption topt)
 Prints for XML an option's . More...
 
static void printXMLOption (TidyDoc tdoc, TidyOption topt, OptionDesc *d)
 Prints for XML an option. More...
 
static void XMLoptionhelp (TidyDoc tdoc)
 Handles the -xml-config service. More...
 

Function Documentation

◆ printXMLCrossRef()

static void printXMLCrossRef ( TidyDoc  tdoc,
TidyOption  topt 
)
static

Prints for XML an option's <seealso>.

Parameters
tdocThe Tidy document.
toptThe option.

◆ printXMLCrossRefEqConsole()

static void printXMLCrossRefEqConsole ( TidyDoc  tdoc,
TidyOption  topt 
)
static

Prints for XML an option's <eqconfig>.

Parameters
tdocThe Tidy document.
toptThe option.

◆ printXMLDescription()

static void printXMLDescription ( TidyDoc  tdoc,
TidyOption  topt 
)
static

Prints for XML an option's .

Parameters
tdocThe Tidy document.
toptThe option.

◆ printXMLOption()

static void printXMLOption ( TidyDoc  tdoc,
TidyOption  topt,
OptionDesc d 
)
static

Prints for XML an option.

Parameters
tdocThe Tidy document.
toptThe option.
dThe OptionDesc for the option.

◆ XMLoptionhelp()

static void XMLoptionhelp ( TidyDoc  tdoc)
static

Handles the -xml-config service.

Parameters
tdocThe Tidy document.