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. |
|
static |
Prints for XML an option's <seealso>.
tdoc | The Tidy document. |
topt | The option. |
|
static |
Prints for XML an option's <eqconfig>.
tdoc | The Tidy document. |
topt | The option. |
|
static |
Prints for XML an option's .
tdoc | The Tidy document. |
topt | The option. |
|
static |
Prints for XML an option.
tdoc | The Tidy document. |
topt | The option. |
d | The OptionDesc for the option. |
|
static |
Handles the -xml-config service.
tdoc | The Tidy document. |