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... | |
|
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. |