Instances of these types are returned by LibTidy API functions, however they are opaque; you cannot see into them, and must use accessor functions to access the contents. This ensures that interfacing to LibTidy remains as universal as possible.
- Note
- Internally LibTidy developers will cast these to internal implementation types with access to all member fields.
|
struct | TidyAttr |
| Attributes of a TidyNode are represented by this data type. More...
|
|
struct | TidyDoc |
| Instances of this represent a Tidy document, which encapsulates everything there is to know about a single Tidy session. More...
|
|
struct | TidyMessage |
| Instances of this type represent messages generated by Tidy in reference to your document. More...
|
|
struct | TidyMessageArgument |
| Instances of this type represent the arguments that compose part of the message represented by TidyMessage. More...
|
|
struct | TidyNode |
| Single nodes of a TidyDocument are represented by this datatype. More...
|
|
struct | TidyOption |
| Instances of this represent a Tidy configuration option, which contains useful data about these options. More...
|
|
◆ TidyAttr
◆ TidyDoc
◆ TidyMessage
◆ TidyMessageArgument
struct TidyMessageArgument |
◆ TidyNode
◆ TidyOption