25 #define PREFORMATTED 1u
27 #define ATTRIBVALUE 4u
41 typedef struct _TidyIndent
48 typedef struct _TidyPrintImpl
63 void TY_(InitPrintBuf)( TidyDocImpl* doc );
64 void TY_(FreePrintBuf)( TidyDocImpl* doc );
66 void TY_(PFlushLine)( TidyDocImpl* doc,
uint indent );
76 void TY_(PrintBody)( TidyDocImpl* doc );
79 void TY_(PPrintTree)( TidyDocImpl* doc,
uint mode,
uint indent, Node *node );
81 void TY_(PPrintXMLTree)( TidyDocImpl* doc,
uint mode,
uint indent, Node *node );
86 void TY_(PPrintTabs)(void);
87 void TY_(PPrintSpaces)(void);