HTML Tidy 5.8.0
The HTACG Tidy HTML Project
 
Loading...
Searching...
No Matches
Provide the -xml-config Service

Detailed Description

Functions

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

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.