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);
uint * linebuf
Definition: pprint.h:52
uint wraphere
Definition: pprint.h:55
int attrStringStart
Definition: pprint.h:45
TidyAllocator * allocator
Definition: pprint.h:50
uint linelen
Definition: pprint.h:54
int attrValStart
Definition: pprint.h:44
int spaces
Definition: pprint.h:43
uint line
Definition: pprint.h:56
#define TY_(str)
Definition: forward.h:23
uint ixInd
Definition: pprint.h:58
uint lbufsize
Definition: pprint.h:53