Searched refs:structIndent (Results 1 – 4 of 4) sorted by relevance
49 (maxStructIndent - structIndent) + ">"); in document()54 (maxStructIndent - structIndent + 2) + ">"); in document()56 ++structIndent; in document()58 --structIndent; in document()
51 (maxStructIndent - structIndent + 1) + ">"); in document()56 ++structIndent; in document()58 --structIndent; in document()
42 static int structIndent = 0; // horrible hack field in Node93 if (structIndent > 0) { in docRowStart()94 writer.println("<td colspan=" + structIndent + ">"); in docRowStart()
45 (maxStructIndent - structIndent) + ">"); in document()